Shades of Light Green #96F68D
Tints of Light Green #96F68D
RGB
CMYK
RGB Variations
Color information
#96F68D (or 0x96F68D) is known color: Light Green. HEX triplet: 96, F6 and 8D. RGB value is (150,246,141). Sum of RGB (Red+Green+Blue) = 150+246+141=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #96F68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F68D is #690972. Grayscale: #CDCDCD. Windows color (decimal): -6883699 or 9303702. OLE color: 9303702.
HSL color Cylindrical-coordinate representation of color #96F68D: hue angle of 114.86º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96F68D is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 141 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.04 |
| HSL | 114.86º | 0.85% | 0.76% | - |
| HSV(B) | 114.86º | 0.43% | 0.96% | - |
| XYZ | 50.34 | 74.32 | 36.89 | - |
| YUV | 205.33 | 91.7 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 141 | 0.39 | 0 | 0.43 | 0.04 | 114.86 | 0.85 | 0.76 |
| Hex | 96 | F6 | 8D | 27 | 0 | 2B | 4 | 73 | 55 | 4C |
| Octal | 226 | 366 | 215 | 47 | 0 | 53 | 4 | 163 | 125 | 114 |
| Binary | 10010110 | 11110110 | 10001101 | 100111 | 0 | 101011 | 100 | 1110011 | 1010101 | 1001100 |
Color Harmonies of #96F68D
Complementary color
Monochromatic Colors of #96F68D
Black with #96F68D
Text Example
Text Example
White with #96F68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F68D; }
p { color: rgb(150,246,141); }
H1.HeaderClassName
{
color: #96F68D;
}
.AnyTagClassName
{
color: #96F68D;
}
</style>
background-color css
<style>
a { background-color: #96F68D; }
a { background-color: rgb(150,246,141); }
div.DivClassName
{
background-color: #96F68D;
}
.BgClassName
{
background-color: #96F68D;
}
</style>
border-color css
<style>
span { border-color: #96F68D; }
span { border-color: rgb(150,246,141); }
td.TdClassName
{
border-color: #96F68D;
}
.TagClassName
{
border-color: #96F68D;
}
</style>