#64DC6F

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

Shades of Pastel Green #64DC6F

Tints of Pastel Green #64DC6F

Color information

#64DC6F (or 0x64DC6F) is unknown color: approx Pastel Green. HEX triplet: 64, DC and 6F. RGB value is (100,220,111). Sum of RGB (Red+Green+Blue) = 100+220+111=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DC6F is #9B2390. Grayscale: #ACACAC. Windows color (decimal): -10167185 or 7330916. OLE color: 7330916.

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

Color convert

RGB100220111-
CMYK0.5500.500.14
HSL125.5º63.16%62.75%-
HSV(B)125.5º54.55%86.27%-
XYZ33.7255.0423.89-
YUV171.6993.7476.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 220 (86.33% from 255) = 51.04%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=23.20%
G=51.04%
B=25.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1002201110.5500.500.14125.563.1662.75
Hex64DC6F37032E7e3f3f
Octal14433415767062161767777
Binary1100100110111001101111110111011001011101111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,220,111); }

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

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

 a { background-color: rgb(100,220,111); }

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

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

 span { border-color: rgb(100,220,111); }

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