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