Shades of Citrus #85C306
Tints of Citrus #85C306
RGB
CMYK
RGB Variations
Color information
#85C306 (or 0x85C306) is known color: Citrus. HEX triplet: 85, C3 and 06. RGB value is (133,195,6). Sum of RGB (Red+Green+Blue) = 133+195+6=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #85C306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C306 is #7A3CF9. Grayscale: #9B9B9B. Windows color (decimal): -8011002 or 443269. OLE color: 443269.
HSL color Cylindrical-coordinate representation of color #85C306: hue angle of 79.68º degrees, saturation: 0.94, 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 #85C306 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 6 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.24 |
| HSL | 79.68º | 0.94% | 0.39% | - |
| HSV(B) | 79.68º | 0.97% | 0.76% | - |
| XYZ | 29.22 | 44.03 | 7.13 | - |
| YUV | 154.92 | 43.96 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 6 | 0.32 | 0 | 0.97 | 0.24 | 79.68 | 0.94 | 0.39 |
| Hex | 85 | C3 | 6 | 20 | 0 | 61 | 18 | 50 | 5E | 27 |
| Octal | 205 | 303 | 6 | 40 | 0 | 141 | 30 | 120 | 136 | 47 |
| Binary | 10000101 | 11000011 | 110 | 100000 | 0 | 1100001 | 11000 | 1010000 | 1011110 | 100111 |
Color Harmonies of #85C306
Complementary color
Monochromatic Colors of #85C306
Black with #85C306
Text Example
Text Example
White with #85C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C306; }
p { color: rgb(133,195,6); }
H1.HeaderClassName
{
color: #85C306;
}
.AnyTagClassName
{
color: #85C306;
}
</style>
background-color css
<style>
a { background-color: #85C306; }
a { background-color: rgb(133,195,6); }
div.DivClassName
{
background-color: #85C306;
}
.BgClassName
{
background-color: #85C306;
}
</style>
border-color css
<style>
span { border-color: #85C306; }
span { border-color: rgb(133,195,6); }
td.TdClassName
{
border-color: #85C306;
}
.TagClassName
{
border-color: #85C306;
}
</style>