Shades of Yellow Green #99C338
Tints of Yellow Green #99C338
RGB
CMYK
RGB Variations
Color information
#99C338 (or 0x99C338) is known color: Yellow Green. HEX triplet: 99, C3 and 38. RGB value is (153,195,56). Sum of RGB (Red+Green+Blue) = 153+195+56=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #99C338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C338 is #663CC7. Grayscale: #A7A7A7. Windows color (decimal): -6700232 or 3720089. OLE color: 3720089.
HSL color Cylindrical-coordinate representation of color #99C338: hue angle of 78.13º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99C338 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 56 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.24 |
| HSL | 78.13º | 0.55% | 0.49% | - |
| HSV(B) | 78.13º | 0.71% | 0.76% | - |
| XYZ | 33.37 | 46.09 | 10.88 | - |
| YUV | 166.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 56 | 0.22 | 0 | 0.71 | 0.24 | 78.13 | 0.55 | 0.49 |
| Hex | 99 | C3 | 38 | 16 | 0 | 47 | 18 | 4E | 37 | 31 |
| Octal | 231 | 303 | 70 | 26 | 0 | 107 | 30 | 116 | 67 | 61 |
| Binary | 10011001 | 11000011 | 111000 | 10110 | 0 | 1000111 | 11000 | 1001110 | 110111 | 110001 |
Color Harmonies of #99C338
Complementary color
Monochromatic Colors of #99C338
Black with #99C338
Text Example
Text Example
White with #99C338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C338; }
p { color: rgb(153,195,56); }
H1.HeaderClassName
{
color: #99C338;
}
.AnyTagClassName
{
color: #99C338;
}
</style>
background-color css
<style>
a { background-color: #99C338; }
a { background-color: rgb(153,195,56); }
div.DivClassName
{
background-color: #99C338;
}
.BgClassName
{
background-color: #99C338;
}
</style>
border-color css
<style>
span { border-color: #99C338; }
span { border-color: rgb(153,195,56); }
td.TdClassName
{
border-color: #99C338;
}
.TagClassName
{
border-color: #99C338;
}
</style>