Shades of Light Green #96FE6C
Tints of Light Green #96FE6C
RGB
CMYK
RGB Variations
Color information
#96FE6C (or 0x96FE6C) is known color: Light Green. HEX triplet: 96, FE and 6C. RGB value is (150,254,108). Sum of RGB (Red+Green+Blue) = 150+254+108=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FE6C is #690193. Grayscale: #CECECE. Windows color (decimal): -6881684 or 7143062. OLE color: 7143062.
HSL color Cylindrical-coordinate representation of color #96FE6C: hue angle of 102.74º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96FE6C is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 108 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.00 |
| HSL | 102.74º | 0.99% | 0.71% | - |
| HSV(B) | 102.74º | 0.57% | 1% | - |
| XYZ | 50.73 | 78.45 | 26.66 | - |
| YUV | 206.26 | 72.54 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 108 | 0.41 | 0 | 0.57 | 0.00 | 102.74 | 0.99 | 0.71 |
| Hex | 96 | FE | 6C | 29 | 0 | 39 | 0 | 67 | 63 | 47 |
| Octal | 226 | 376 | 154 | 51 | 0 | 71 | 0 | 147 | 143 | 107 |
| Binary | 10010110 | 11111110 | 1101100 | 101001 | 0 | 111001 | 0 | 1100111 | 1100011 | 1000111 |
Color Harmonies of #96FE6C
Complementary color
Monochromatic Colors of #96FE6C
Black with #96FE6C
Text Example
Text Example
White with #96FE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FE6C; }
p { color: rgb(150,254,108); }
H1.HeaderClassName
{
color: #96FE6C;
}
.AnyTagClassName
{
color: #96FE6C;
}
</style>
background-color css
<style>
a { background-color: #96FE6C; }
a { background-color: rgb(150,254,108); }
div.DivClassName
{
background-color: #96FE6C;
}
.BgClassName
{
background-color: #96FE6C;
}
</style>
border-color css
<style>
span { border-color: #96FE6C; }
span { border-color: rgb(150,254,108); }
td.TdClassName
{
border-color: #96FE6C;
}
.TagClassName
{
border-color: #96FE6C;
}
</style>