Shades of Citrus #91D30D
Tints of Citrus #91D30D
RGB
CMYK
RGB Variations
Color information
#91D30D (or 0x91D30D) is known color: Citrus. HEX triplet: 91, D3 and 0D. RGB value is (145,211,13). Sum of RGB (Red+Green+Blue) = 145+211+13=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #91D30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91D30D is #6E2CF2. Grayscale: #A9A9A9. Windows color (decimal): -7220467 or 906129. OLE color: 906129.
HSL color Cylindrical-coordinate representation of color #91D30D: hue angle of 80º degrees, saturation: 0.88, 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 #91D30D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 211 | 13 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.17 |
| HSL | 80º | 0.88% | 0.44% | - |
| HSV(B) | 80º | 0.94% | 0.83% | - |
| XYZ | 35.04 | 52.64 | 8.69 | - |
| YUV | 168.69 | 40.13 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 211 | 13 | 0.31 | 0 | 0.94 | 0.17 | 80 | 0.88 | 0.44 |
| Hex | 91 | D3 | D | 1F | 0 | 5E | 11 | 50 | 58 | 2C |
| Octal | 221 | 323 | 15 | 37 | 0 | 136 | 21 | 120 | 130 | 54 |
| Binary | 10010001 | 11010011 | 1101 | 11111 | 0 | 1011110 | 10001 | 1010000 | 1011000 | 101100 |
Color Harmonies of #91D30D
Complementary color
Monochromatic Colors of #91D30D
Black with #91D30D
Text Example
Text Example
White with #91D30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D30D; }
p { color: rgb(145,211,13); }
H1.HeaderClassName
{
color: #91D30D;
}
.AnyTagClassName
{
color: #91D30D;
}
</style>
background-color css
<style>
a { background-color: #91D30D; }
a { background-color: rgb(145,211,13); }
div.DivClassName
{
background-color: #91D30D;
}
.BgClassName
{
background-color: #91D30D;
}
</style>
border-color css
<style>
span { border-color: #91D30D; }
span { border-color: rgb(145,211,13); }
td.TdClassName
{
border-color: #91D30D;
}
.TagClassName
{
border-color: #91D30D;
}
</style>