Shades of Yellow Green #99C134
Tints of Yellow Green #99C134
RGB
CMYK
RGB Variations
Color information
#99C134 (or 0x99C134) is known color: Yellow Green. HEX triplet: 99, C1 and 34. RGB value is (153,193,52). Sum of RGB (Red+Green+Blue) = 153+193+52=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #99C134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C134 is #663ECB. Grayscale: #A5A5A5. Windows color (decimal): -6700748 or 3457433. OLE color: 3457433.
HSL color Cylindrical-coordinate representation of color #99C134: hue angle of 77.02º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99C134 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 52 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.24 |
| HSL | 77.02º | 0.58% | 0.48% | - |
| HSV(B) | 77.02º | 0.73% | 0.76% | - |
| XYZ | 32.83 | 45.16 | 10.24 | - |
| YUV | 164.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 52 | 0.21 | 0 | 0.73 | 0.24 | 77.02 | 0.58 | 0.48 |
| Hex | 99 | C1 | 34 | 15 | 0 | 49 | 18 | 4D | 3A | 30 |
| Octal | 231 | 301 | 64 | 25 | 0 | 111 | 30 | 115 | 72 | 60 |
| Binary | 10011001 | 11000001 | 110100 | 10101 | 0 | 1001001 | 11000 | 1001101 | 111010 | 110000 |
Color Harmonies of #99C134
Complementary color
Monochromatic Colors of #99C134
Black with #99C134
Text Example
Text Example
White with #99C134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C134; }
p { color: rgb(153,193,52); }
H1.HeaderClassName
{
color: #99C134;
}
.AnyTagClassName
{
color: #99C134;
}
</style>
background-color css
<style>
a { background-color: #99C134; }
a { background-color: rgb(153,193,52); }
div.DivClassName
{
background-color: #99C134;
}
.BgClassName
{
background-color: #99C134;
}
</style>
border-color css
<style>
span { border-color: #99C134; }
span { border-color: rgb(153,193,52); }
td.TdClassName
{
border-color: #99C134;
}
.TagClassName
{
border-color: #99C134;
}
</style>