#64D65C

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

Shades of Pastel Green #64D65C

Tints of Pastel Green #64D65C

Color information

#64D65C (or 0x64D65C) is unknown color: approx Pastel Green. HEX triplet: 64, D6 and 5C. RGB value is (100,214,92). Sum of RGB (Red+Green+Blue) = 100+214+92=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #64D65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D65C is #9B29A3. Grayscale: #A6A6A6. Windows color (decimal): -10168740 or 6084196. OLE color: 6084196.

HSL color Cylindrical-coordinate representation of color #64D65C: hue angle of 116.07º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64D65C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB10021492-
CMYK0.5300.570.16
HSL116.07º59.8%60%-
HSV(B)116.07º57.01%83.92%-
XYZ31.2351.5818.43-
YUV166.0186.2380.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 214 (83.98% from 255) = 52.71%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=24.63%
G=52.71%
B=22.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100214920.5300.570.16116.0759.860
Hex64D65C3503910743c3c
Octal14432613465071201647474
Binary11001001101011010111001101010111001100001110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64D65C; }

 p { color: rgb(100,214,92); }

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

<style>
 a { background-color: #64D65C; }

 a { background-color: rgb(100,214,92); }

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

<style>
 span { border-color: #64D65C; }

 span { border-color: rgb(100,214,92); }

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