Shades of Citrus #91D30C
Tints of Citrus #91D30C
RGB
CMYK
RGB Variations
Color information
#91D30C (or 0x91D30C) is known color: Citrus. HEX triplet: 91, D3 and 0C. RGB value is (145,211,12). Sum of RGB (Red+Green+Blue) = 145+211+12=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 211 (82.81% from 255 or 57.34% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 211 - color contains mainly: green. Hex color #91D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91D30C is #6E2CF3. Grayscale: #A9A9A9. Windows color (decimal): -7220468 or 840593. OLE color: 840593.
HSL color Cylindrical-coordinate representation of color #91D30C: hue angle of 79.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91D30C is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 211 | 12 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.17 |
| HSL | 79.9º | 0.89% | 0.44% | - |
| HSV(B) | 79.9º | 0.94% | 0.83% | - |
| XYZ | 35.04 | 52.63 | 8.66 | - |
| YUV | 168.58 | 39.63 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 211 | 12 | 0.31 | 0 | 0.94 | 0.17 | 79.9 | 0.89 | 0.44 |
| Hex | 91 | D3 | C | 1F | 0 | 5E | 11 | 50 | 59 | 2C |
| Octal | 221 | 323 | 14 | 37 | 0 | 136 | 21 | 120 | 131 | 54 |
| Binary | 10010001 | 11010011 | 1100 | 11111 | 0 | 1011110 | 10001 | 1010000 | 1011001 | 101100 |
Color Harmonies of #91D30C
Complementary color
Monochromatic Colors of #91D30C
Black with #91D30C
Text Example
Text Example
White with #91D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D30C; }
p { color: rgb(145,211,12); }
H1.HeaderClassName
{
color: #91D30C;
}
.AnyTagClassName
{
color: #91D30C;
}
</style>
background-color css
<style>
a { background-color: #91D30C; }
a { background-color: rgb(145,211,12); }
div.DivClassName
{
background-color: #91D30C;
}
.BgClassName
{
background-color: #91D30C;
}
</style>
border-color css
<style>
span { border-color: #91D30C; }
span { border-color: rgb(145,211,12); }
td.TdClassName
{
border-color: #91D30C;
}
.TagClassName
{
border-color: #91D30C;
}
</style>