Shades of Citrus #85C105
Tints of Citrus #85C105
RGB
CMYK
RGB Variations
Color information
#85C105 (or 0x85C105) is known color: Citrus. HEX triplet: 85, C1 and 05. RGB value is (133,193,5). Sum of RGB (Red+Green+Blue) = 133+193+5=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #85C105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C105 is #7A3EFA. Grayscale: #9A9A9A. Windows color (decimal): -8011515 or 377221. OLE color: 377221.
HSL color Cylindrical-coordinate representation of color #85C105: hue angle of 79.15º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85C105 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.24 |
| HSL | 79.15º | 0.95% | 0.39% | - |
| HSV(B) | 79.15º | 0.97% | 0.76% | - |
| XYZ | 28.77 | 43.14 | 6.95 | - |
| YUV | 153.63 | 44.12 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 5 | 0.31 | 0 | 0.97 | 0.24 | 79.15 | 0.95 | 0.39 |
| Hex | 85 | C1 | 5 | 1F | 0 | 61 | 18 | 4F | 5F | 27 |
| Octal | 205 | 301 | 5 | 37 | 0 | 141 | 30 | 117 | 137 | 47 |
| Binary | 10000101 | 11000001 | 101 | 11111 | 0 | 1100001 | 11000 | 1001111 | 1011111 | 100111 |
Color Harmonies of #85C105
Complementary color
Monochromatic Colors of #85C105
Black with #85C105
Text Example
Text Example
White with #85C105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C105; }
p { color: rgb(133,193,5); }
H1.HeaderClassName
{
color: #85C105;
}
.AnyTagClassName
{
color: #85C105;
}
</style>
background-color css
<style>
a { background-color: #85C105; }
a { background-color: rgb(133,193,5); }
div.DivClassName
{
background-color: #85C105;
}
.BgClassName
{
background-color: #85C105;
}
</style>
border-color css
<style>
span { border-color: #85C105; }
span { border-color: rgb(133,193,5); }
td.TdClassName
{
border-color: #85C105;
}
.TagClassName
{
border-color: #85C105;
}
</style>