Shades of Citrus #85C208
Tints of Citrus #85C208
RGB
CMYK
RGB Variations
Color information
#85C208 (or 0x85C208) is known color: Citrus. HEX triplet: 85, C2 and 08. RGB value is (133,194,8). Sum of RGB (Red+Green+Blue) = 133+194+8=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #85C208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C208 is #7A3DF7. Grayscale: #9B9B9B. Windows color (decimal): -8011256 or 574085. OLE color: 574085.
HSL color Cylindrical-coordinate representation of color #85C208: hue angle of 79.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85C208 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 8 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.24 |
| HSL | 79.68º | 0.92% | 0.4% | - |
| HSV(B) | 79.68º | 0.96% | 0.76% | - |
| XYZ | 29.01 | 43.59 | 7.11 | - |
| YUV | 154.56 | 45.29 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 8 | 0.31 | 0 | 0.96 | 0.24 | 79.68 | 0.92 | 0.4 |
| Hex | 85 | C2 | 8 | 1F | 0 | 60 | 18 | 50 | 5C | 28 |
| Octal | 205 | 302 | 10 | 37 | 0 | 140 | 30 | 120 | 134 | 50 |
| Binary | 10000101 | 11000010 | 1000 | 11111 | 0 | 1100000 | 11000 | 1010000 | 1011100 | 101000 |
Color Harmonies of #85C208
Complementary color
Monochromatic Colors of #85C208
Black with #85C208
Text Example
Text Example
White with #85C208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C208; }
p { color: rgb(133,194,8); }
H1.HeaderClassName
{
color: #85C208;
}
.AnyTagClassName
{
color: #85C208;
}
</style>
background-color css
<style>
a { background-color: #85C208; }
a { background-color: rgb(133,194,8); }
div.DivClassName
{
background-color: #85C208;
}
.BgClassName
{
background-color: #85C208;
}
</style>
border-color css
<style>
span { border-color: #85C208; }
span { border-color: rgb(133,194,8); }
td.TdClassName
{
border-color: #85C208;
}
.TagClassName
{
border-color: #85C208;
}
</style>