Shades of Light Green #96F687
Tints of Light Green #96F687
RGB
CMYK
RGB Variations
Color information
#96F687 (or 0x96F687) is known color: Light Green. HEX triplet: 96, F6 and 87. RGB value is (150,246,135). Sum of RGB (Red+Green+Blue) = 150+246+135=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #96F687 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F687 is #690978. Grayscale: #CCCCCC. Windows color (decimal): -6883705 or 8910486. OLE color: 8910486.
HSL color Cylindrical-coordinate representation of color #96F687: hue angle of 111.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96F687 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 135 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.04 |
| HSL | 111.89º | 0.86% | 0.75% | - |
| HSV(B) | 111.89º | 0.45% | 0.96% | - |
| XYZ | 49.91 | 74.14 | 34.6 | - |
| YUV | 204.64 | 88.7 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 135 | 0.39 | 0 | 0.45 | 0.04 | 111.89 | 0.86 | 0.75 |
| Hex | 96 | F6 | 87 | 27 | 0 | 2D | 4 | 70 | 56 | 4B |
| Octal | 226 | 366 | 207 | 47 | 0 | 55 | 4 | 160 | 126 | 113 |
| Binary | 10010110 | 11110110 | 10000111 | 100111 | 0 | 101101 | 100 | 1110000 | 1010110 | 1001011 |
Color Harmonies of #96F687
Complementary color
Monochromatic Colors of #96F687
Black with #96F687
Text Example
Text Example
White with #96F687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F687; }
p { color: rgb(150,246,135); }
H1.HeaderClassName
{
color: #96F687;
}
.AnyTagClassName
{
color: #96F687;
}
</style>
background-color css
<style>
a { background-color: #96F687; }
a { background-color: rgb(150,246,135); }
div.DivClassName
{
background-color: #96F687;
}
.BgClassName
{
background-color: #96F687;
}
</style>
border-color css
<style>
span { border-color: #96F687; }
span { border-color: rgb(150,246,135); }
td.TdClassName
{
border-color: #96F687;
}
.TagClassName
{
border-color: #96F687;
}
</style>