Shades of Yellow Green #99D730
Tints of Yellow Green #99D730
RGB
CMYK
RGB Variations
Color information
#99D730 (or 0x99D730) is known color: Yellow Green. HEX triplet: 99, D7 and 30. RGB value is (153,215,48). Sum of RGB (Red+Green+Blue) = 153+215+48=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #99D730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D730 is #6628CF. Grayscale: #B2B2B2. Windows color (decimal): -6695120 or 3200921. OLE color: 3200921.
HSL color Cylindrical-coordinate representation of color #99D730: hue angle of 82.28º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99D730 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 48 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.16 |
| HSL | 82.28º | 0.68% | 0.52% | - |
| HSV(B) | 82.28º | 0.78% | 0.84% | - |
| XYZ | 37.97 | 55.59 | 11.52 | - |
| YUV | 177.42 | 54.96 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 48 | 0.29 | 0 | 0.78 | 0.16 | 82.28 | 0.68 | 0.52 |
| Hex | 99 | D7 | 30 | 1D | 0 | 4E | 10 | 52 | 44 | 34 |
| Octal | 231 | 327 | 60 | 35 | 0 | 116 | 20 | 122 | 104 | 64 |
| Binary | 10011001 | 11010111 | 110000 | 11101 | 0 | 1001110 | 10000 | 1010010 | 1000100 | 110100 |
Color Harmonies of #99D730
Complementary color
Monochromatic Colors of #99D730
Black with #99D730
Text Example
Text Example
White with #99D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D730; }
p { color: rgb(153,215,48); }
H1.HeaderClassName
{
color: #99D730;
}
.AnyTagClassName
{
color: #99D730;
}
</style>
background-color css
<style>
a { background-color: #99D730; }
a { background-color: rgb(153,215,48); }
div.DivClassName
{
background-color: #99D730;
}
.BgClassName
{
background-color: #99D730;
}
</style>
border-color css
<style>
span { border-color: #99D730; }
span { border-color: rgb(153,215,48); }
td.TdClassName
{
border-color: #99D730;
}
.TagClassName
{
border-color: #99D730;
}
</style>