Shades of Yellow Green #96DB27
Tints of Yellow Green #96DB27
RGB
CMYK
RGB Variations
Color information
#96DB27 (or 0x96DB27) is known color: Yellow Green. HEX triplet: 96, DB and 27. RGB value is (150,219,39). Sum of RGB (Red+Green+Blue) = 150+219+39=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB27 is #6924D8. Grayscale: #B2B2B2. Windows color (decimal): -6890713 or 2612118. OLE color: 2612118.
HSL color Cylindrical-coordinate representation of color #96DB27: hue angle of 83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96DB27 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 39 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.14 |
| HSL | 83º | 0.71% | 0.51% | - |
| HSV(B) | 83º | 0.82% | 0.86% | - |
| XYZ | 38.28 | 57.29 | 10.96 | - |
| YUV | 177.85 | 49.64 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 39 | 0.32 | 0 | 0.82 | 0.14 | 83 | 0.71 | 0.51 |
| Hex | 96 | DB | 27 | 20 | 0 | 52 | E | 53 | 47 | 33 |
| Octal | 226 | 333 | 47 | 40 | 0 | 122 | 16 | 123 | 107 | 63 |
| Binary | 10010110 | 11011011 | 100111 | 100000 | 0 | 1010010 | 1110 | 1010011 | 1000111 | 110011 |
Color Harmonies of #96DB27
Complementary color
Monochromatic Colors of #96DB27
Black with #96DB27
Text Example
Text Example
White with #96DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB27; }
p { color: rgb(150,219,39); }
H1.HeaderClassName
{
color: #96DB27;
}
.AnyTagClassName
{
color: #96DB27;
}
</style>
background-color css
<style>
a { background-color: #96DB27; }
a { background-color: rgb(150,219,39); }
div.DivClassName
{
background-color: #96DB27;
}
.BgClassName
{
background-color: #96DB27;
}
</style>
border-color css
<style>
span { border-color: #96DB27; }
span { border-color: rgb(150,219,39); }
td.TdClassName
{
border-color: #96DB27;
}
.TagClassName
{
border-color: #96DB27;
}
</style>