Shades of Citrus #91CF12
Tints of Citrus #91CF12
RGB
CMYK
RGB Variations
Color information
#91CF12 (or 0x91CF12) is known color: Citrus. HEX triplet: 91, CF and 12. RGB value is (145,207,18). Sum of RGB (Red+Green+Blue) = 145+207+18=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #91CF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91CF12 is #6E30ED. Grayscale: #A7A7A7. Windows color (decimal): -7221486 or 1232785. OLE color: 1232785.
HSL color Cylindrical-coordinate representation of color #91CF12: hue angle of 79.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91CF12 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 207 | 18 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.19 |
| HSL | 79.68º | 0.84% | 0.44% | - |
| HSV(B) | 79.68º | 0.91% | 0.81% | - |
| XYZ | 34.1 | 50.69 | 8.56 | - |
| YUV | 166.92 | 43.96 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 18 | 0.30 | 0 | 0.91 | 0.19 | 79.68 | 0.84 | 0.44 |
| Hex | 91 | CF | 12 | 1E | 0 | 5B | 13 | 50 | 54 | 2C |
| Octal | 221 | 317 | 22 | 36 | 0 | 133 | 23 | 120 | 124 | 54 |
| Binary | 10010001 | 11001111 | 10010 | 11110 | 0 | 1011011 | 10011 | 1010000 | 1010100 | 101100 |
Color Harmonies of #91CF12
Complementary color
Monochromatic Colors of #91CF12
Black with #91CF12
Text Example
Text Example
White with #91CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CF12; }
p { color: rgb(145,207,18); }
H1.HeaderClassName
{
color: #91CF12;
}
.AnyTagClassName
{
color: #91CF12;
}
</style>
background-color css
<style>
a { background-color: #91CF12; }
a { background-color: rgb(145,207,18); }
div.DivClassName
{
background-color: #91CF12;
}
.BgClassName
{
background-color: #91CF12;
}
</style>
border-color css
<style>
span { border-color: #91CF12; }
span { border-color: rgb(145,207,18); }
td.TdClassName
{
border-color: #91CF12;
}
.TagClassName
{
border-color: #91CF12;
}
</style>