Shades of Yellow Green #96CC1F
Tints of Yellow Green #96CC1F
RGB
CMYK
RGB Variations
Color information
#96CC1F (or 0x96CC1F) is known color: Yellow Green. HEX triplet: 96, CC and 1F. RGB value is (150,204,31). Sum of RGB (Red+Green+Blue) = 150+204+31=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC1F is #6933E0. Grayscale: #A8A8A8. Windows color (decimal): -6894561 or 2083990. OLE color: 2083990.
HSL color Cylindrical-coordinate representation of color #96CC1F: hue angle of 78.73º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96CC1F is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 31 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.2 |
| HSL | 78.73º | 0.74% | 0.46% | - |
| HSV(B) | 78.73º | 0.85% | 0.8% | - |
| XYZ | 34.42 | 49.77 | 9.09 | - |
| YUV | 168.13 | 50.61 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 31 | 0.26 | 0 | 0.85 | 0.2 | 78.73 | 0.74 | 0.46 |
| Hex | 96 | CC | 1F | 1A | 0 | 55 | 14 | 4F | 4A | 2E |
| Octal | 226 | 314 | 37 | 32 | 0 | 125 | 24 | 117 | 112 | 56 |
| Binary | 10010110 | 11001100 | 11111 | 11010 | 0 | 1010101 | 10100 | 1001111 | 1001010 | 101110 |
Color Harmonies of #96CC1F
Complementary color
Monochromatic Colors of #96CC1F
Black with #96CC1F
Text Example
Text Example
White with #96CC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CC1F; }
p { color: rgb(150,204,31); }
H1.HeaderClassName
{
color: #96CC1F;
}
.AnyTagClassName
{
color: #96CC1F;
}
</style>
background-color css
<style>
a { background-color: #96CC1F; }
a { background-color: rgb(150,204,31); }
div.DivClassName
{
background-color: #96CC1F;
}
.BgClassName
{
background-color: #96CC1F;
}
</style>
border-color css
<style>
span { border-color: #96CC1F; }
span { border-color: rgb(150,204,31); }
td.TdClassName
{
border-color: #96CC1F;
}
.TagClassName
{
border-color: #96CC1F;
}
</style>