Shades of Yellow Green #96CF34
Tints of Yellow Green #96CF34
RGB
CMYK
RGB Variations
Color information
#96CF34 (or 0x96CF34) is known color: Yellow Green. HEX triplet: 96, CF and 34. RGB value is (150,207,52). Sum of RGB (Red+Green+Blue) = 150+207+52=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF34 is #6930CB. Grayscale: #ACACAC. Windows color (decimal): -6893772 or 3461014. OLE color: 3461014.
HSL color Cylindrical-coordinate representation of color #96CF34: hue angle of 82.06º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96CF34 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 52 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.19 |
| HSL | 82.06º | 0.62% | 0.51% | - |
| HSV(B) | 82.06º | 0.75% | 0.81% | - |
| XYZ | 35.51 | 51.36 | 11.29 | - |
| YUV | 172.29 | 60.12 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 52 | 0.28 | 0 | 0.75 | 0.19 | 82.06 | 0.62 | 0.51 |
| Hex | 96 | CF | 34 | 1C | 0 | 4B | 13 | 52 | 3E | 33 |
| Octal | 226 | 317 | 64 | 34 | 0 | 113 | 23 | 122 | 76 | 63 |
| Binary | 10010110 | 11001111 | 110100 | 11100 | 0 | 1001011 | 10011 | 1010010 | 111110 | 110011 |
Color Harmonies of #96CF34
Complementary color
Monochromatic Colors of #96CF34
Black with #96CF34
Text Example
Text Example
White with #96CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF34; }
p { color: rgb(150,207,52); }
H1.HeaderClassName
{
color: #96CF34;
}
.AnyTagClassName
{
color: #96CF34;
}
</style>
background-color css
<style>
a { background-color: #96CF34; }
a { background-color: rgb(150,207,52); }
div.DivClassName
{
background-color: #96CF34;
}
.BgClassName
{
background-color: #96CF34;
}
</style>
border-color css
<style>
span { border-color: #96CF34; }
span { border-color: rgb(150,207,52); }
td.TdClassName
{
border-color: #96CF34;
}
.TagClassName
{
border-color: #96CF34;
}
</style>