Shades of Citrus #85C107
Tints of Citrus #85C107
RGB
CMYK
RGB Variations
Color information
#85C107 (or 0x85C107) is known color: Citrus. HEX triplet: 85, C1 and 07. RGB value is (133,193,7). Sum of RGB (Red+Green+Blue) = 133+193+7=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #85C107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C107 is #7A3EF8. Grayscale: #9A9A9A. Windows color (decimal): -8011513 or 508293. OLE color: 508293.
HSL color Cylindrical-coordinate representation of color #85C107: hue angle of 79.35º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85C107 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 7 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.24 |
| HSL | 79.35º | 0.93% | 0.39% | - |
| HSV(B) | 79.35º | 0.96% | 0.76% | - |
| XYZ | 28.78 | 43.14 | 7.01 | - |
| YUV | 153.86 | 45.12 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 7 | 0.31 | 0 | 0.96 | 0.24 | 79.35 | 0.93 | 0.39 |
| Hex | 85 | C1 | 7 | 1F | 0 | 60 | 18 | 4F | 5D | 27 |
| Octal | 205 | 301 | 7 | 37 | 0 | 140 | 30 | 117 | 135 | 47 |
| Binary | 10000101 | 11000001 | 111 | 11111 | 0 | 1100000 | 11000 | 1001111 | 1011101 | 100111 |
Color Harmonies of #85C107
Complementary color
Monochromatic Colors of #85C107
Black with #85C107
Text Example
Text Example
White with #85C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C107; }
p { color: rgb(133,193,7); }
H1.HeaderClassName
{
color: #85C107;
}
.AnyTagClassName
{
color: #85C107;
}
</style>
background-color css
<style>
a { background-color: #85C107; }
a { background-color: rgb(133,193,7); }
div.DivClassName
{
background-color: #85C107;
}
.BgClassName
{
background-color: #85C107;
}
</style>
border-color css
<style>
span { border-color: #85C107; }
span { border-color: rgb(133,193,7); }
td.TdClassName
{
border-color: #85C107;
}
.TagClassName
{
border-color: #85C107;
}
</style>