Shades of Citrus #85C90C
Tints of Citrus #85C90C
RGB
CMYK
RGB Variations
Color information
#85C90C (or 0x85C90C) is known color: Citrus. HEX triplet: 85, C9 and 0C. RGB value is (133,201,12). Sum of RGB (Red+Green+Blue) = 133+201+12=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #85C90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C90C is #7A36F3. Grayscale: #9F9F9F. Windows color (decimal): -8009460 or 838021. OLE color: 838021.
HSL color Cylindrical-coordinate representation of color #85C90C: hue angle of 81.59º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85C90C is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 12 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.21 |
| HSL | 81.59º | 0.89% | 0.42% | - |
| HSV(B) | 81.59º | 0.94% | 0.79% | - |
| XYZ | 30.63 | 46.79 | 7.76 | - |
| YUV | 159.12 | 44.97 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 12 | 0.34 | 0 | 0.94 | 0.21 | 81.59 | 0.89 | 0.42 |
| Hex | 85 | C9 | C | 22 | 0 | 5E | 15 | 52 | 59 | 2A |
| Octal | 205 | 311 | 14 | 42 | 0 | 136 | 25 | 122 | 131 | 52 |
| Binary | 10000101 | 11001001 | 1100 | 100010 | 0 | 1011110 | 10101 | 1010010 | 1011001 | 101010 |
Color Harmonies of #85C90C
Complementary color
Monochromatic Colors of #85C90C
Black with #85C90C
Text Example
Text Example
White with #85C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C90C; }
p { color: rgb(133,201,12); }
H1.HeaderClassName
{
color: #85C90C;
}
.AnyTagClassName
{
color: #85C90C;
}
</style>
background-color css
<style>
a { background-color: #85C90C; }
a { background-color: rgb(133,201,12); }
div.DivClassName
{
background-color: #85C90C;
}
.BgClassName
{
background-color: #85C90C;
}
</style>
border-color css
<style>
span { border-color: #85C90C; }
span { border-color: rgb(133,201,12); }
td.TdClassName
{
border-color: #85C90C;
}
.TagClassName
{
border-color: #85C90C;
}
</style>