#64DD69

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

Shades of Pastel Green #64DD69

Tints of Pastel Green #64DD69

Color information

#64DD69 (or 0x64DD69) is unknown color: approx Pastel Green. HEX triplet: 64, DD and 69. RGB value is (100,221,105). Sum of RGB (Red+Green+Blue) = 100+221+105=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DD69 is #9B2296. Grayscale: #ABABAB. Windows color (decimal): -10166935 or 6937956. OLE color: 6937956.

HSL color Cylindrical-coordinate representation of color #64DD69: hue angle of 122.48º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DD69 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB100221105-
CMYK0.5500.520.13
HSL122.48º64.02%62.94%-
HSV(B)122.48º54.75%86.67%-
XYZ33.6655.4422.29-
YUV171.690.4176.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 221 (86.72% from 255) = 51.88%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=23.47%
G=51.88%
B=24.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002211050.5500.520.13122.4864.0262.94
Hex64DD6937034D7a403f
Octal144335151670641517210077
Binary11001001101110111010011101110110100110111110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,221,105); }

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

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

 a { background-color: rgb(100,221,105); }

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

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

 span { border-color: rgb(100,221,105); }

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