Shades of Citrus #85C101
Tints of Citrus #85C101
RGB
CMYK
RGB Variations
Color information
#85C101 (or 0x85C101) is known color: Citrus. HEX triplet: 85, C1 and 01. RGB value is (133,193,1). Sum of RGB (Red+Green+Blue) = 133+193+1=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #85C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C101 is #7A3EFE. Grayscale: #999999. Windows color (decimal): -8011519 or 115077. OLE color: 115077.
HSL color Cylindrical-coordinate representation of color #85C101: hue angle of 78.75º 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 #85C101 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.24 |
| HSL | 78.75º | 0.99% | 0.38% | - |
| HSV(B) | 78.75º | 0.99% | 0.76% | - |
| XYZ | 28.75 | 43.13 | 6.84 | - |
| YUV | 153.17 | 42.12 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 1 | 0.31 | 0 | 0.99 | 0.24 | 78.75 | 0.99 | 0.38 |
| Hex | 85 | C1 | 1 | 1F | 0 | 63 | 18 | 4F | 63 | 26 |
| Octal | 205 | 301 | 1 | 37 | 0 | 143 | 30 | 117 | 143 | 46 |
| Binary | 10000101 | 11000001 | 1 | 11111 | 0 | 1100011 | 11000 | 1001111 | 1100011 | 100110 |
Color Harmonies of #85C101
Complementary color
Monochromatic Colors of #85C101
Black with #85C101
Text Example
Text Example
White with #85C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C101; }
p { color: rgb(133,193,1); }
H1.HeaderClassName
{
color: #85C101;
}
.AnyTagClassName
{
color: #85C101;
}
</style>
background-color css
<style>
a { background-color: #85C101; }
a { background-color: rgb(133,193,1); }
div.DivClassName
{
background-color: #85C101;
}
.BgClassName
{
background-color: #85C101;
}
</style>
border-color css
<style>
span { border-color: #85C101; }
span { border-color: rgb(133,193,1); }
td.TdClassName
{
border-color: #85C101;
}
.TagClassName
{
border-color: #85C101;
}
</style>