Shades of Citrus #85CA07
Tints of Citrus #85CA07
RGB
CMYK
RGB Variations
Color information
#85CA07 (or 0x85CA07) is known color: Citrus. HEX triplet: 85, CA and 07. RGB value is (133,202,7). Sum of RGB (Red+Green+Blue) = 133+202+7=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CA07 is #7A35F8. Grayscale: #9F9F9F. Windows color (decimal): -8009209 or 510597. OLE color: 510597.
HSL color Cylindrical-coordinate representation of color #85CA07: hue angle of 81.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85CA07 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 7 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.21 |
| HSL | 81.23º | 0.93% | 0.41% | - |
| HSV(B) | 81.23º | 0.97% | 0.79% | - |
| XYZ | 30.83 | 47.24 | 7.69 | - |
| YUV | 159.14 | 42.14 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 7 | 0.34 | 0 | 0.97 | 0.21 | 81.23 | 0.93 | 0.41 |
| Hex | 85 | CA | 7 | 22 | 0 | 61 | 15 | 51 | 5D | 29 |
| Octal | 205 | 312 | 7 | 42 | 0 | 141 | 25 | 121 | 135 | 51 |
| Binary | 10000101 | 11001010 | 111 | 100010 | 0 | 1100001 | 10101 | 1010001 | 1011101 | 101001 |
Color Harmonies of #85CA07
Complementary color
Monochromatic Colors of #85CA07
Black with #85CA07
Text Example
Text Example
White with #85CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA07; }
p { color: rgb(133,202,7); }
H1.HeaderClassName
{
color: #85CA07;
}
.AnyTagClassName
{
color: #85CA07;
}
</style>
background-color css
<style>
a { background-color: #85CA07; }
a { background-color: rgb(133,202,7); }
div.DivClassName
{
background-color: #85CA07;
}
.BgClassName
{
background-color: #85CA07;
}
</style>
border-color css
<style>
span { border-color: #85CA07; }
span { border-color: rgb(133,202,7); }
td.TdClassName
{
border-color: #85CA07;
}
.TagClassName
{
border-color: #85CA07;
}
</style>