Shades of Pastel Green #64D26E
Tints of Pastel Green #64D26E
RGB
CMYK
RGB Variations
Color information
#64D26E (or 0x64D26E) is known color: Pastel Green. HEX triplet: 64, D2 and 6E. RGB value is (100,210,110). Sum of RGB (Red+Green+Blue) = 100+210+110=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #64D26E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D26E is #9B2D91. Grayscale: #A5A5A5. Windows color (decimal): -10169746 or 7262820. OLE color: 7262820.
HSL color Cylindrical-coordinate representation of color #64D26E: hue angle of 125.45º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D26E is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 210 | 110 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.18 |
| HSL | 125.45º | 0.55% | 0.61% | - |
| HSV(B) | 125.45º | 0.52% | 0.82% | - |
| XYZ | 31.12 | 49.93 | 22.75 | - |
| YUV | 165.71 | 96.56 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 110 | 0.52 | 0 | 0.48 | 0.18 | 125.45 | 0.55 | 0.61 |
| Hex | 64 | D2 | 6E | 34 | 0 | 30 | 12 | 7D | 37 | 3D |
| Octal | 144 | 322 | 156 | 64 | 0 | 60 | 22 | 175 | 67 | 75 |
| Binary | 1100100 | 11010010 | 1101110 | 110100 | 0 | 110000 | 10010 | 1111101 | 110111 | 111101 |
Color Harmonies of #64D26E
Complementary color
Monochromatic Colors of #64D26E
Black with #64D26E
Text Example
Text Example
White with #64D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D26E; }
p { color: rgb(100,210,110); }
H1.HeaderClassName
{
color: #64D26E;
}
.AnyTagClassName
{
color: #64D26E;
}
</style>
background-color css
<style>
a { background-color: #64D26E; }
a { background-color: rgb(100,210,110); }
div.DivClassName
{
background-color: #64D26E;
}
.BgClassName
{
background-color: #64D26E;
}
</style>
border-color css
<style>
span { border-color: #64D26E; }
span { border-color: rgb(100,210,110); }
td.TdClassName
{
border-color: #64D26E;
}
.TagClassName
{
border-color: #64D26E;
}
</style>