Shades of Citrus #8BCA00
Tints of Citrus #8BCA00
RGB
CMYK
RGB Variations
Color information
#8BCA00 (or 0x8BCA00) is known color: Citrus. HEX triplet: 8B, CA and 00. RGB value is (139,202,0). Sum of RGB (Red+Green+Blue) = 139+202+0=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCA00 is #7435FF. Grayscale: #A0A0A0. Windows color (decimal): -7616000 or 51851. OLE color: 51851.
HSL color Cylindrical-coordinate representation of color #8BCA00: hue angle of 78.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BCA00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.21 |
| HSL | 78.71º | 1% | 0.4% | - |
| HSV(B) | 78.71º | 1% | 0.79% | - |
| XYZ | 31.77 | 47.73 | 7.54 | - |
| YUV | 160.14 | 37.63 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 0 | 0.31 | 0 | 1 | 0.21 | 78.71 | 1 | 0.4 |
| Hex | 8B | CA | 0 | 1F | 0 | 64 | 15 | 4F | 64 | 28 |
| Octal | 213 | 312 | 0 | 37 | 0 | 144 | 25 | 117 | 144 | 50 |
| Binary | 10001011 | 11001010 | 0 | 11111 | 0 | 1100100 | 10101 | 1001111 | 1100100 | 101000 |
Color Harmonies of #8BCA00
Complementary color
Monochromatic Colors of #8BCA00
Black with #8BCA00
Text Example
Text Example
White with #8BCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA00; }
p { color: rgb(139,202,0); }
H1.HeaderClassName
{
color: #8BCA00;
}
.AnyTagClassName
{
color: #8BCA00;
}
</style>
background-color css
<style>
a { background-color: #8BCA00; }
a { background-color: rgb(139,202,0); }
div.DivClassName
{
background-color: #8BCA00;
}
.BgClassName
{
background-color: #8BCA00;
}
</style>
border-color css
<style>
span { border-color: #8BCA00; }
span { border-color: rgb(139,202,0); }
td.TdClassName
{
border-color: #8BCA00;
}
.TagClassName
{
border-color: #8BCA00;
}
</style>