Shades of Citrus #85D202
Tints of Citrus #85D202
RGB
CMYK
RGB Variations
Color information
#85D202 (or 0x85D202) is known color: Citrus. HEX triplet: 85, D2 and 02. RGB value is (133,210,2). Sum of RGB (Red+Green+Blue) = 133+210+2=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #85D202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D202 is #7A2DFD. Grayscale: #A4A4A4. Windows color (decimal): -8007166 or 184965. OLE color: 184965.
HSL color Cylindrical-coordinate representation of color #85D202: hue angle of 82.21º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85D202 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.18 |
| HSL | 82.21º | 0.98% | 0.42% | - |
| HSV(B) | 82.21º | 0.99% | 0.82% | - |
| XYZ | 32.73 | 51.08 | 8.19 | - |
| YUV | 163.27 | 36.99 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 2 | 0.37 | 0 | 0.99 | 0.18 | 82.21 | 0.98 | 0.42 |
| Hex | 85 | D2 | 2 | 25 | 0 | 63 | 12 | 52 | 62 | 2A |
| Octal | 205 | 322 | 2 | 45 | 0 | 143 | 22 | 122 | 142 | 52 |
| Binary | 10000101 | 11010010 | 10 | 100101 | 0 | 1100011 | 10010 | 1010010 | 1100010 | 101010 |
Color Harmonies of #85D202
Complementary color
Monochromatic Colors of #85D202
Black with #85D202
Text Example
Text Example
White with #85D202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D202; }
p { color: rgb(133,210,2); }
H1.HeaderClassName
{
color: #85D202;
}
.AnyTagClassName
{
color: #85D202;
}
</style>
background-color css
<style>
a { background-color: #85D202; }
a { background-color: rgb(133,210,2); }
div.DivClassName
{
background-color: #85D202;
}
.BgClassName
{
background-color: #85D202;
}
</style>
border-color css
<style>
span { border-color: #85D202; }
span { border-color: rgb(133,210,2); }
td.TdClassName
{
border-color: #85D202;
}
.TagClassName
{
border-color: #85D202;
}
</style>