Shades of Pastel Green #64DE5B
Tints of Pastel Green #64DE5B
RGB
CMYK
RGB Variations
Color information
#64DE5B (or 0x64DE5B) is known color: Pastel Green. HEX triplet: 64, DE and 5B. RGB value is (100,222,91). Sum of RGB (Red+Green+Blue) = 100+222+91=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DE5B is #9B21A4. Grayscale: #AAAAAA. Windows color (decimal): -10166693 or 6020708. OLE color: 6020708.
HSL color Cylindrical-coordinate representation of color #64DE5B: hue angle of 115.88º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64DE5B is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 222 | 91 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.13 |
| HSL | 115.88º | 0.66% | 0.61% | - |
| HSV(B) | 115.88º | 0.59% | 0.87% | - |
| XYZ | 33.27 | 55.71 | 18.9 | - |
| YUV | 170.59 | 83.08 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 222 | 91 | 0.55 | 0 | 0.59 | 0.13 | 115.88 | 0.66 | 0.61 |
| Hex | 64 | DE | 5B | 37 | 0 | 3B | D | 74 | 42 | 3D |
| Octal | 144 | 336 | 133 | 67 | 0 | 73 | 15 | 164 | 102 | 75 |
| Binary | 1100100 | 11011110 | 1011011 | 110111 | 0 | 111011 | 1101 | 1110100 | 1000010 | 111101 |
Color Harmonies of #64DE5B
Complementary color
Monochromatic Colors of #64DE5B
Black with #64DE5B
Text Example
Text Example
White with #64DE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DE5B; }
p { color: rgb(100,222,91); }
H1.HeaderClassName
{
color: #64DE5B;
}
.AnyTagClassName
{
color: #64DE5B;
}
</style>
background-color css
<style>
a { background-color: #64DE5B; }
a { background-color: rgb(100,222,91); }
div.DivClassName
{
background-color: #64DE5B;
}
.BgClassName
{
background-color: #64DE5B;
}
</style>
border-color css
<style>
span { border-color: #64DE5B; }
span { border-color: rgb(100,222,91); }
td.TdClassName
{
border-color: #64DE5B;
}
.TagClassName
{
border-color: #64DE5B;
}
</style>