Shades of Citrus #99C308
Tints of Citrus #99C308
RGB
CMYK
RGB Variations
Color information
#99C308 (or 0x99C308) is known color: Citrus. HEX triplet: 99, C3 and 08. RGB value is (153,195,8). Sum of RGB (Red+Green+Blue) = 153+195+8=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #99C308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C308 is #663CF7. Grayscale: #A1A1A1. Windows color (decimal): -6700280 or 574361. OLE color: 574361.
HSL color Cylindrical-coordinate representation of color #99C308: hue angle of 73.48º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99C308 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 8 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.24 |
| HSL | 73.48º | 0.92% | 0.4% | - |
| HSV(B) | 73.48º | 0.96% | 0.76% | - |
| XYZ | 32.7 | 45.82 | 7.35 | - |
| YUV | 161.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 8 | 0.22 | 0 | 0.96 | 0.24 | 73.48 | 0.92 | 0.4 |
| Hex | 99 | C3 | 8 | 16 | 0 | 60 | 18 | 49 | 5C | 28 |
| Octal | 231 | 303 | 10 | 26 | 0 | 140 | 30 | 111 | 134 | 50 |
| Binary | 10011001 | 11000011 | 1000 | 10110 | 0 | 1100000 | 11000 | 1001001 | 1011100 | 101000 |
Color Harmonies of #99C308
Complementary color
Monochromatic Colors of #99C308
Black with #99C308
Text Example
Text Example
White with #99C308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C308; }
p { color: rgb(153,195,8); }
H1.HeaderClassName
{
color: #99C308;
}
.AnyTagClassName
{
color: #99C308;
}
</style>
background-color css
<style>
a { background-color: #99C308; }
a { background-color: rgb(153,195,8); }
div.DivClassName
{
background-color: #99C308;
}
.BgClassName
{
background-color: #99C308;
}
</style>
border-color css
<style>
span { border-color: #99C308; }
span { border-color: rgb(153,195,8); }
td.TdClassName
{
border-color: #99C308;
}
.TagClassName
{
border-color: #99C308;
}
</style>