Shades of Yellow Green #96CF27
Tints of Yellow Green #96CF27
RGB
CMYK
RGB Variations
Color information
#96CF27 (or 0x96CF27) is known color: Yellow Green. HEX triplet: 96, CF and 27. RGB value is (150,207,39). Sum of RGB (Red+Green+Blue) = 150+207+39=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF27 is #6930D8. Grayscale: #ABABAB. Windows color (decimal): -6893785 or 2609046. OLE color: 2609046.
HSL color Cylindrical-coordinate representation of color #96CF27: hue angle of 80.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96CF27 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 39 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.19 |
| HSL | 80.36º | 0.68% | 0.48% | - |
| HSV(B) | 80.36º | 0.81% | 0.81% | - |
| XYZ | 35.26 | 51.26 | 9.95 | - |
| YUV | 170.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 39 | 0.28 | 0 | 0.81 | 0.19 | 80.36 | 0.68 | 0.48 |
| Hex | 96 | CF | 27 | 1C | 0 | 51 | 13 | 50 | 44 | 30 |
| Octal | 226 | 317 | 47 | 34 | 0 | 121 | 23 | 120 | 104 | 60 |
| Binary | 10010110 | 11001111 | 100111 | 11100 | 0 | 1010001 | 10011 | 1010000 | 1000100 | 110000 |
Color Harmonies of #96CF27
Complementary color
Monochromatic Colors of #96CF27
Black with #96CF27
Text Example
Text Example
White with #96CF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF27; }
p { color: rgb(150,207,39); }
H1.HeaderClassName
{
color: #96CF27;
}
.AnyTagClassName
{
color: #96CF27;
}
</style>
background-color css
<style>
a { background-color: #96CF27; }
a { background-color: rgb(150,207,39); }
div.DivClassName
{
background-color: #96CF27;
}
.BgClassName
{
background-color: #96CF27;
}
</style>
border-color css
<style>
span { border-color: #96CF27; }
span { border-color: rgb(150,207,39); }
td.TdClassName
{
border-color: #96CF27;
}
.TagClassName
{
border-color: #96CF27;
}
</style>