Shades of Yellow Green #99CF30
Tints of Yellow Green #99CF30
RGB
CMYK
RGB Variations
Color information
#99CF30 (or 0x99CF30) is known color: Yellow Green. HEX triplet: 99, CF and 30. RGB value is (153,207,48). Sum of RGB (Red+Green+Blue) = 153+207+48=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CF30 is #6630CF. Grayscale: #ADADAD. Windows color (decimal): -6697168 or 3198873. OLE color: 3198873.
HSL color Cylindrical-coordinate representation of color #99CF30: hue angle of 80.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99CF30 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 48 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.19 |
| HSL | 80.38º | 0.62% | 0.5% | - |
| HSV(B) | 80.38º | 0.77% | 0.81% | - |
| XYZ | 35.98 | 51.61 | 10.86 | - |
| YUV | 172.73 | 57.61 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 48 | 0.26 | 0 | 0.77 | 0.19 | 80.38 | 0.62 | 0.5 |
| Hex | 99 | CF | 30 | 1A | 0 | 4D | 13 | 50 | 3E | 32 |
| Octal | 231 | 317 | 60 | 32 | 0 | 115 | 23 | 120 | 76 | 62 |
| Binary | 10011001 | 11001111 | 110000 | 11010 | 0 | 1001101 | 10011 | 1010000 | 111110 | 110010 |
Color Harmonies of #99CF30
Complementary color
Monochromatic Colors of #99CF30
Black with #99CF30
Text Example
Text Example
White with #99CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF30; }
p { color: rgb(153,207,48); }
H1.HeaderClassName
{
color: #99CF30;
}
.AnyTagClassName
{
color: #99CF30;
}
</style>
background-color css
<style>
a { background-color: #99CF30; }
a { background-color: rgb(153,207,48); }
div.DivClassName
{
background-color: #99CF30;
}
.BgClassName
{
background-color: #99CF30;
}
</style>
border-color css
<style>
span { border-color: #99CF30; }
span { border-color: rgb(153,207,48); }
td.TdClassName
{
border-color: #99CF30;
}
.TagClassName
{
border-color: #99CF30;
}
</style>