Shades of Citrus #85C300
Tints of Citrus #85C300
RGB
CMYK
RGB Variations
Color information
#85C300 (or 0x85C300) is known color: Citrus. HEX triplet: 85, C3 and 00. RGB value is (133,195,0). Sum of RGB (Red+Green+Blue) = 133+195+0=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #85C300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C300 is #7A3CFF. Grayscale: #9A9A9A. Windows color (decimal): -8011008 or 50053. OLE color: 50053.
HSL color Cylindrical-coordinate representation of color #85C300: hue angle of 79.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85C300 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.24 |
| HSL | 79.08º | 1% | 0.38% | - |
| HSV(B) | 79.08º | 1% | 0.76% | - |
| XYZ | 29.19 | 44.02 | 6.96 | - |
| YUV | 154.23 | 40.96 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 0 | 0.32 | 0 | 1 | 0.24 | 79.08 | 1 | 0.38 |
| Hex | 85 | C3 | 0 | 20 | 0 | 64 | 18 | 4F | 64 | 26 |
| Octal | 205 | 303 | 0 | 40 | 0 | 144 | 30 | 117 | 144 | 46 |
| Binary | 10000101 | 11000011 | 0 | 100000 | 0 | 1100100 | 11000 | 1001111 | 1100100 | 100110 |
Color Harmonies of #85C300
Complementary color
Monochromatic Colors of #85C300
Black with #85C300
Text Example
Text Example
White with #85C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C300; }
p { color: rgb(133,195,0); }
H1.HeaderClassName
{
color: #85C300;
}
.AnyTagClassName
{
color: #85C300;
}
</style>
background-color css
<style>
a { background-color: #85C300; }
a { background-color: rgb(133,195,0); }
div.DivClassName
{
background-color: #85C300;
}
.BgClassName
{
background-color: #85C300;
}
</style>
border-color css
<style>
span { border-color: #85C300; }
span { border-color: rgb(133,195,0); }
td.TdClassName
{
border-color: #85C300;
}
.TagClassName
{
border-color: #85C300;
}
</style>