Shades of Yellow Green #96D630
Tints of Yellow Green #96D630
RGB
CMYK
RGB Variations
Color information
#96D630 (or 0x96D630) is known color: Yellow Green. HEX triplet: 96, D6 and 30. RGB value is (150,214,48). Sum of RGB (Red+Green+Blue) = 150+214+48=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #96D630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D630 is #6929CF. Grayscale: #B0B0B0. Windows color (decimal): -6891984 or 3200662. OLE color: 3200662.
HSL color Cylindrical-coordinate representation of color #96D630: hue angle of 83.13º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96D630 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 48 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.16 |
| HSL | 83.13º | 0.67% | 0.51% | - |
| HSV(B) | 83.13º | 0.78% | 0.84% | - |
| XYZ | 37.16 | 54.79 | 11.41 | - |
| YUV | 175.94 | 55.8 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 48 | 0.30 | 0 | 0.78 | 0.16 | 83.13 | 0.67 | 0.51 |
| Hex | 96 | D6 | 30 | 1E | 0 | 4E | 10 | 53 | 43 | 33 |
| Octal | 226 | 326 | 60 | 36 | 0 | 116 | 20 | 123 | 103 | 63 |
| Binary | 10010110 | 11010110 | 110000 | 11110 | 0 | 1001110 | 10000 | 1010011 | 1000011 | 110011 |
Color Harmonies of #96D630
Complementary color
Monochromatic Colors of #96D630
Black with #96D630
Text Example
Text Example
White with #96D630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D630; }
p { color: rgb(150,214,48); }
H1.HeaderClassName
{
color: #96D630;
}
.AnyTagClassName
{
color: #96D630;
}
</style>
background-color css
<style>
a { background-color: #96D630; }
a { background-color: rgb(150,214,48); }
div.DivClassName
{
background-color: #96D630;
}
.BgClassName
{
background-color: #96D630;
}
</style>
border-color css
<style>
span { border-color: #96D630; }
span { border-color: rgb(150,214,48); }
td.TdClassName
{
border-color: #96D630;
}
.TagClassName
{
border-color: #96D630;
}
</style>