Shades of Citrus #85C103
Tints of Citrus #85C103
RGB
CMYK
RGB Variations
Color information
#85C103 (or 0x85C103) is known color: Citrus. HEX triplet: 85, C1 and 03. RGB value is (133,193,3). Sum of RGB (Red+Green+Blue) = 133+193+3=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #85C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C103 is #7A3EFC. Grayscale: #9A9A9A. Windows color (decimal): -8011517 or 246149. OLE color: 246149.
HSL color Cylindrical-coordinate representation of color #85C103: hue angle of 78.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85C103 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 3 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.24 |
| HSL | 78.95º | 0.97% | 0.38% | - |
| HSV(B) | 78.95º | 0.98% | 0.76% | - |
| XYZ | 28.76 | 43.13 | 6.9 | - |
| YUV | 153.4 | 43.12 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 3 | 0.31 | 0 | 0.98 | 0.24 | 78.95 | 0.97 | 0.38 |
| Hex | 85 | C1 | 3 | 1F | 0 | 62 | 18 | 4F | 61 | 26 |
| Octal | 205 | 301 | 3 | 37 | 0 | 142 | 30 | 117 | 141 | 46 |
| Binary | 10000101 | 11000001 | 11 | 11111 | 0 | 1100010 | 11000 | 1001111 | 1100001 | 100110 |
Color Harmonies of #85C103
Complementary color
Monochromatic Colors of #85C103
Black with #85C103
Text Example
Text Example
White with #85C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C103; }
p { color: rgb(133,193,3); }
H1.HeaderClassName
{
color: #85C103;
}
.AnyTagClassName
{
color: #85C103;
}
</style>
background-color css
<style>
a { background-color: #85C103; }
a { background-color: rgb(133,193,3); }
div.DivClassName
{
background-color: #85C103;
}
.BgClassName
{
background-color: #85C103;
}
</style>
border-color css
<style>
span { border-color: #85C103; }
span { border-color: rgb(133,193,3); }
td.TdClassName
{
border-color: #85C103;
}
.TagClassName
{
border-color: #85C103;
}
</style>