Shades of Yellow Green #96CF1D
Tints of Yellow Green #96CF1D
RGB
CMYK
RGB Variations
Color information
#96CF1D (or 0x96CF1D) is known color: Yellow Green. HEX triplet: 96, CF and 1D. RGB value is (150,207,29). Sum of RGB (Red+Green+Blue) = 150+207+29=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF1D is #6930E2. Grayscale: #AAAAAA. Windows color (decimal): -6893795 or 1953686. OLE color: 1953686.
HSL color Cylindrical-coordinate representation of color #96CF1D: hue angle of 79.21º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96CF1D is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 29 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.19 |
| HSL | 79.21º | 0.75% | 0.46% | - |
| HSV(B) | 79.21º | 0.86% | 0.81% | - |
| XYZ | 35.11 | 51.2 | 9.19 | - |
| YUV | 169.67 | 48.62 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 29 | 0.28 | 0 | 0.86 | 0.19 | 79.21 | 0.75 | 0.46 |
| Hex | 96 | CF | 1D | 1C | 0 | 56 | 13 | 4F | 4B | 2E |
| Octal | 226 | 317 | 35 | 34 | 0 | 126 | 23 | 117 | 113 | 56 |
| Binary | 10010110 | 11001111 | 11101 | 11100 | 0 | 1010110 | 10011 | 1001111 | 1001011 | 101110 |
Color Harmonies of #96CF1D
Complementary color
Monochromatic Colors of #96CF1D
Black with #96CF1D
Text Example
Text Example
White with #96CF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF1D; }
p { color: rgb(150,207,29); }
H1.HeaderClassName
{
color: #96CF1D;
}
.AnyTagClassName
{
color: #96CF1D;
}
</style>
background-color css
<style>
a { background-color: #96CF1D; }
a { background-color: rgb(150,207,29); }
div.DivClassName
{
background-color: #96CF1D;
}
.BgClassName
{
background-color: #96CF1D;
}
</style>
border-color css
<style>
span { border-color: #96CF1D; }
span { border-color: rgb(150,207,29); }
td.TdClassName
{
border-color: #96CF1D;
}
.TagClassName
{
border-color: #96CF1D;
}
</style>