Shades of Yellow Green #96CC1D
Tints of Yellow Green #96CC1D
RGB
CMYK
RGB Variations
Color information
#96CC1D (or 0x96CC1D) is known color: Yellow Green. HEX triplet: 96, CC and 1D. RGB value is (150,204,29). Sum of RGB (Red+Green+Blue) = 150+204+29=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC1D is #6933E2. Grayscale: #A8A8A8. Windows color (decimal): -6894563 or 1952918. OLE color: 1952918.
HSL color Cylindrical-coordinate representation of color #96CC1D: hue angle of 78.51º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96CC1D is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 29 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.2 |
| HSL | 78.51º | 0.75% | 0.46% | - |
| HSV(B) | 78.51º | 0.86% | 0.8% | - |
| XYZ | 34.39 | 49.76 | 8.95 | - |
| YUV | 167.9 | 49.61 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 29 | 0.26 | 0 | 0.86 | 0.2 | 78.51 | 0.75 | 0.46 |
| Hex | 96 | CC | 1D | 1A | 0 | 56 | 14 | 4F | 4B | 2E |
| Octal | 226 | 314 | 35 | 32 | 0 | 126 | 24 | 117 | 113 | 56 |
| Binary | 10010110 | 11001100 | 11101 | 11010 | 0 | 1010110 | 10100 | 1001111 | 1001011 | 101110 |
Color Harmonies of #96CC1D
Complementary color
Monochromatic Colors of #96CC1D
Black with #96CC1D
Text Example
Text Example
White with #96CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CC1D; }
p { color: rgb(150,204,29); }
H1.HeaderClassName
{
color: #96CC1D;
}
.AnyTagClassName
{
color: #96CC1D;
}
</style>
background-color css
<style>
a { background-color: #96CC1D; }
a { background-color: rgb(150,204,29); }
div.DivClassName
{
background-color: #96CC1D;
}
.BgClassName
{
background-color: #96CC1D;
}
</style>
border-color css
<style>
span { border-color: #96CC1D; }
span { border-color: rgb(150,204,29); }
td.TdClassName
{
border-color: #96CC1D;
}
.TagClassName
{
border-color: #96CC1D;
}
</style>