Shades of Citrus #91D205
Tints of Citrus #91D205
RGB
CMYK
RGB Variations
Color information
#91D205 (or 0x91D205) is known color: Citrus. HEX triplet: 91, D2 and 05. RGB value is (145,210,5). Sum of RGB (Red+Green+Blue) = 145+210+5=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #91D205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91D205 is #6E2DFA. Grayscale: #A7A7A7. Windows color (decimal): -7220731 or 381585. OLE color: 381585.
HSL color Cylindrical-coordinate representation of color #91D205: hue angle of 79.02º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91D205 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 5 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.18 |
| HSL | 79.02º | 0.95% | 0.42% | - |
| HSV(B) | 79.02º | 0.98% | 0.82% | - |
| XYZ | 34.75 | 52.12 | 8.37 | - |
| YUV | 167.2 | 36.47 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 5 | 0.31 | 0 | 0.98 | 0.18 | 79.02 | 0.95 | 0.42 |
| Hex | 91 | D2 | 5 | 1F | 0 | 62 | 12 | 4F | 5F | 2A |
| Octal | 221 | 322 | 5 | 37 | 0 | 142 | 22 | 117 | 137 | 52 |
| Binary | 10010001 | 11010010 | 101 | 11111 | 0 | 1100010 | 10010 | 1001111 | 1011111 | 101010 |
Color Harmonies of #91D205
Complementary color
Monochromatic Colors of #91D205
Black with #91D205
Text Example
Text Example
White with #91D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D205; }
p { color: rgb(145,210,5); }
H1.HeaderClassName
{
color: #91D205;
}
.AnyTagClassName
{
color: #91D205;
}
</style>
background-color css
<style>
a { background-color: #91D205; }
a { background-color: rgb(145,210,5); }
div.DivClassName
{
background-color: #91D205;
}
.BgClassName
{
background-color: #91D205;
}
</style>
border-color css
<style>
span { border-color: #91D205; }
span { border-color: rgb(145,210,5); }
td.TdClassName
{
border-color: #91D205;
}
.TagClassName
{
border-color: #91D205;
}
</style>