#65dc7b

Color #65DC7B Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #65DC7B

Tints of Pastel Green #65DC7B

Color information

#65DC7B (or 0x65DC7B) is unknown color: approx Pastel Green. HEX triplet: 65, DC and 7B. RGB value is (101,220,123). Sum of RGB (Red+Green+Blue) = 101+220+123=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DC7B is #9A2384. Grayscale: #ADADAD. Windows color (decimal): -10101637 or 8117349. OLE color: 8117349.

HSL color Cylindrical-coordinate representation of color #65DC7B: hue angle of 131.09º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DC7B is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB101220123-
CMYK0.5400.440.14
HSL131.09º62.96%62.94%-
HSV(B)131.09º54.09%86.27%-
XYZ34.5455.3827.61-
YUV173.3699.5876.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 22.75%
GREEN value IS 220 (86.33% from 255) = 49.55%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=22.75%
G=49.55%
B=27.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012201230.5400.440.14131.0962.9662.94
Hex65DC7B3602CE833f3f
Octal14533417366054162037777
Binary11001011101110011110111101100101100111010000011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65dc7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65dc7b; }

 p { color: rgb(101,220,123); }

 H1.HeaderClassName
 {
   color: #65dc7b;
 }
 .AnyTagClassName
 {
   color: #65dc7b;
 }
</style>
background-color css

<style>
 a { background-color: #65dc7b; }

 a { background-color: rgb(101,220,123); }

 div.DivClassName
 {
   background-color: #65dc7b;
 }
 .BgClassName
 {
   background-color: #65dc7b;
 }
</style>
border-color css

<style>
 span { border-color: #65dc7b; }

 span { border-color: rgb(101,220,123); }

 td.TdClassName
 {
   border-color: #65dc7b;
 }
 .TagClassName
 {
   border-color: #65dc7b;
 }
</style>