Shades of Citrus #99C30F
Tints of Citrus #99C30F
RGB
CMYK
RGB Variations
Color information
#99C30F (or 0x99C30F) is known color: Citrus. HEX triplet: 99, C3 and 0F. RGB value is (153,195,15). Sum of RGB (Red+Green+Blue) = 153+195+15=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #99C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C30F is #663CF0. Grayscale: #A2A2A2. Windows color (decimal): -6700273 or 1033113. OLE color: 1033113.
HSL color Cylindrical-coordinate representation of color #99C30F: hue angle of 74º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99C30F is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 15 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.24 |
| HSL | 74º | 0.86% | 0.41% | - |
| HSV(B) | 74º | 0.92% | 0.76% | - |
| XYZ | 32.74 | 45.84 | 7.57 | - |
| YUV | 161.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 15 | 0.22 | 0 | 0.92 | 0.24 | 74 | 0.86 | 0.41 |
| Hex | 99 | C3 | F | 16 | 0 | 5C | 18 | 4A | 56 | 29 |
| Octal | 231 | 303 | 17 | 26 | 0 | 134 | 30 | 112 | 126 | 51 |
| Binary | 10011001 | 11000011 | 1111 | 10110 | 0 | 1011100 | 11000 | 1001010 | 1010110 | 101001 |
Color Harmonies of #99C30F
Complementary color
Monochromatic Colors of #99C30F
Black with #99C30F
Text Example
Text Example
White with #99C30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C30F; }
p { color: rgb(153,195,15); }
H1.HeaderClassName
{
color: #99C30F;
}
.AnyTagClassName
{
color: #99C30F;
}
</style>
background-color css
<style>
a { background-color: #99C30F; }
a { background-color: rgb(153,195,15); }
div.DivClassName
{
background-color: #99C30F;
}
.BgClassName
{
background-color: #99C30F;
}
</style>
border-color css
<style>
span { border-color: #99C30F; }
span { border-color: rgb(153,195,15); }
td.TdClassName
{
border-color: #99C30F;
}
.TagClassName
{
border-color: #99C30F;
}
</style>