Shades of Citrus #86C303
Tints of Citrus #86C303
RGB
CMYK
RGB Variations
Color information
#86C303 (or 0x86C303) is known color: Citrus. HEX triplet: 86, C3 and 03. RGB value is (134,195,3). Sum of RGB (Red+Green+Blue) = 134+195+3=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #86C303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C303 is #793CFC. Grayscale: #9B9B9B. Windows color (decimal): -7945469 or 246662. OLE color: 246662.
HSL color Cylindrical-coordinate representation of color #86C303: hue angle of 79.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86C303 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 3 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.24 |
| HSL | 79.06º | 0.97% | 0.39% | - |
| HSV(B) | 79.06º | 0.98% | 0.76% | - |
| XYZ | 29.36 | 44.11 | 7.05 | - |
| YUV | 154.87 | 42.29 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 3 | 0.31 | 0 | 0.98 | 0.24 | 79.06 | 0.97 | 0.39 |
| Hex | 86 | C3 | 3 | 1F | 0 | 62 | 18 | 4F | 61 | 27 |
| Octal | 206 | 303 | 3 | 37 | 0 | 142 | 30 | 117 | 141 | 47 |
| Binary | 10000110 | 11000011 | 11 | 11111 | 0 | 1100010 | 11000 | 1001111 | 1100001 | 100111 |
Color Harmonies of #86C303
Complementary color
Monochromatic Colors of #86C303
Black with #86C303
Text Example
Text Example
White with #86C303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C303; }
p { color: rgb(134,195,3); }
H1.HeaderClassName
{
color: #86C303;
}
.AnyTagClassName
{
color: #86C303;
}
</style>
background-color css
<style>
a { background-color: #86C303; }
a { background-color: rgb(134,195,3); }
div.DivClassName
{
background-color: #86C303;
}
.BgClassName
{
background-color: #86C303;
}
</style>
border-color css
<style>
span { border-color: #86C303; }
span { border-color: rgb(134,195,3); }
td.TdClassName
{
border-color: #86C303;
}
.TagClassName
{
border-color: #86C303;
}
</style>