Shades of Citrus #86CC03
Tints of Citrus #86CC03
RGB
CMYK
RGB Variations
Color information
#86CC03 (or 0x86CC03) is known color: Citrus. HEX triplet: 86, CC and 03. RGB value is (134,204,3). Sum of RGB (Red+Green+Blue) = 134+204+3=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CC03 is #7933FC. Grayscale: #A0A0A0. Windows color (decimal): -7943165 or 248966. OLE color: 248966.
HSL color Cylindrical-coordinate representation of color #86CC03: hue angle of 80.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86CC03 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 3 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.2 |
| HSL | 80.9º | 0.97% | 0.41% | - |
| HSV(B) | 80.9º | 0.99% | 0.8% | - |
| XYZ | 31.44 | 48.26 | 7.74 | - |
| YUV | 160.16 | 39.31 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 3 | 0.34 | 0 | 0.99 | 0.2 | 80.9 | 0.97 | 0.41 |
| Hex | 86 | CC | 3 | 22 | 0 | 63 | 14 | 51 | 61 | 29 |
| Octal | 206 | 314 | 3 | 42 | 0 | 143 | 24 | 121 | 141 | 51 |
| Binary | 10000110 | 11001100 | 11 | 100010 | 0 | 1100011 | 10100 | 1010001 | 1100001 | 101001 |
Color Harmonies of #86CC03
Complementary color
Monochromatic Colors of #86CC03
Black with #86CC03
Text Example
Text Example
White with #86CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC03; }
p { color: rgb(134,204,3); }
H1.HeaderClassName
{
color: #86CC03;
}
.AnyTagClassName
{
color: #86CC03;
}
</style>
background-color css
<style>
a { background-color: #86CC03; }
a { background-color: rgb(134,204,3); }
div.DivClassName
{
background-color: #86CC03;
}
.BgClassName
{
background-color: #86CC03;
}
</style>
border-color css
<style>
span { border-color: #86CC03; }
span { border-color: rgb(134,204,3); }
td.TdClassName
{
border-color: #86CC03;
}
.TagClassName
{
border-color: #86CC03;
}
</style>