Shades of Citrus #99C30D
Tints of Citrus #99C30D
RGB
CMYK
RGB Variations
Color information
#99C30D (or 0x99C30D) is known color: Citrus. HEX triplet: 99, C3 and 0D. RGB value is (153,195,13). Sum of RGB (Red+Green+Blue) = 153+195+13=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #99C30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C30D is #663CF2. Grayscale: #A2A2A2. Windows color (decimal): -6700275 or 902041. OLE color: 902041.
HSL color Cylindrical-coordinate representation of color #99C30D: hue angle of 73.85º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99C30D is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 13 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.24 |
| HSL | 73.85º | 0.88% | 0.41% | - |
| HSV(B) | 73.85º | 0.93% | 0.76% | - |
| XYZ | 32.72 | 45.83 | 7.5 | - |
| YUV | 161.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 13 | 0.22 | 0 | 0.93 | 0.24 | 73.85 | 0.88 | 0.41 |
| Hex | 99 | C3 | D | 16 | 0 | 5D | 18 | 4A | 58 | 29 |
| Octal | 231 | 303 | 15 | 26 | 0 | 135 | 30 | 112 | 130 | 51 |
| Binary | 10011001 | 11000011 | 1101 | 10110 | 0 | 1011101 | 11000 | 1001010 | 1011000 | 101001 |
Color Harmonies of #99C30D
Complementary color
Monochromatic Colors of #99C30D
Black with #99C30D
Text Example
Text Example
White with #99C30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C30D; }
p { color: rgb(153,195,13); }
H1.HeaderClassName
{
color: #99C30D;
}
.AnyTagClassName
{
color: #99C30D;
}
</style>
background-color css
<style>
a { background-color: #99C30D; }
a { background-color: rgb(153,195,13); }
div.DivClassName
{
background-color: #99C30D;
}
.BgClassName
{
background-color: #99C30D;
}
</style>
border-color css
<style>
span { border-color: #99C30D; }
span { border-color: rgb(153,195,13); }
td.TdClassName
{
border-color: #99C30D;
}
.TagClassName
{
border-color: #99C30D;
}
</style>