Shades of Light Green #64FE9B
Tints of Light Green #64FE9B
RGB
CMYK
RGB Variations
Color information
#64FE9B (or 0x64FE9B) is known color: Light Green. HEX triplet: 64, FE and 9B. RGB value is (100,254,155). Sum of RGB (Red+Green+Blue) = 100+254+155=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FE9B is #9B0164. Grayscale: #C4C4C4. Windows color (decimal): -10158437 or 10223204. OLE color: 10223204.
HSL color Cylindrical-coordinate representation of color #64FE9B: hue angle of 141.43º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FE9B is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 155 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.00 |
| HSL | 141.43º | 0.99% | 0.69% | - |
| HSV(B) | 141.43º | 0.61% | 1% | - |
| XYZ | 46.61 | 75.96 | 43.22 | - |
| YUV | 196.67 | 104.48 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 155 | 0.61 | 0 | 0.39 | 0.00 | 141.43 | 0.99 | 0.69 |
| Hex | 64 | FE | 9B | 3D | 0 | 27 | 0 | 8D | 63 | 45 |
| Octal | 144 | 376 | 233 | 75 | 0 | 47 | 0 | 215 | 143 | 105 |
| Binary | 1100100 | 11111110 | 10011011 | 111101 | 0 | 100111 | 0 | 10001101 | 1100011 | 1000101 |
Color Harmonies of #64FE9B
Complementary color
Monochromatic Colors of #64FE9B
Black with #64FE9B
Text Example
Text Example
White with #64FE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE9B; }
p { color: rgb(100,254,155); }
H1.HeaderClassName
{
color: #64FE9B;
}
.AnyTagClassName
{
color: #64FE9B;
}
</style>
background-color css
<style>
a { background-color: #64FE9B; }
a { background-color: rgb(100,254,155); }
div.DivClassName
{
background-color: #64FE9B;
}
.BgClassName
{
background-color: #64FE9B;
}
</style>
border-color css
<style>
span { border-color: #64FE9B; }
span { border-color: rgb(100,254,155); }
td.TdClassName
{
border-color: #64FE9B;
}
.TagClassName
{
border-color: #64FE9B;
}
</style>