Shades of Yellow Green #99C038
Tints of Yellow Green #99C038
RGB
CMYK
RGB Variations
Color information
#99C038 (or 0x99C038) is known color: Yellow Green. HEX triplet: 99, C0 and 38. RGB value is (153,192,56). Sum of RGB (Red+Green+Blue) = 153+192+56=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #99C038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C038 is #663FC7. Grayscale: #A5A5A5. Windows color (decimal): -6701000 or 3719321. OLE color: 3719321.
HSL color Cylindrical-coordinate representation of color #99C038: hue angle of 77.21º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99C038 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 56 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.25 |
| HSL | 77.21º | 0.55% | 0.49% | - |
| HSV(B) | 77.21º | 0.71% | 0.75% | - |
| XYZ | 32.7 | 44.76 | 10.66 | - |
| YUV | 164.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 56 | 0.20 | 0 | 0.71 | 0.25 | 77.21 | 0.55 | 0.49 |
| Hex | 99 | C0 | 38 | 14 | 0 | 47 | 19 | 4D | 37 | 31 |
| Octal | 231 | 300 | 70 | 24 | 0 | 107 | 31 | 115 | 67 | 61 |
| Binary | 10011001 | 11000000 | 111000 | 10100 | 0 | 1000111 | 11001 | 1001101 | 110111 | 110001 |
Color Harmonies of #99C038
Complementary color
Monochromatic Colors of #99C038
Black with #99C038
Text Example
Text Example
White with #99C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C038; }
p { color: rgb(153,192,56); }
H1.HeaderClassName
{
color: #99C038;
}
.AnyTagClassName
{
color: #99C038;
}
</style>
background-color css
<style>
a { background-color: #99C038; }
a { background-color: rgb(153,192,56); }
div.DivClassName
{
background-color: #99C038;
}
.BgClassName
{
background-color: #99C038;
}
</style>
border-color css
<style>
span { border-color: #99C038; }
span { border-color: rgb(153,192,56); }
td.TdClassName
{
border-color: #99C038;
}
.TagClassName
{
border-color: #99C038;
}
</style>