Shades of Citrus #8CCB03
Tints of Citrus #8CCB03
RGB
CMYK
RGB Variations
Color information
#8CCB03 (or 0x8CCB03) is known color: Citrus. HEX triplet: 8C, CB and 03. RGB value is (140,203,3). Sum of RGB (Red+Green+Blue) = 140+203+3=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCB03 is #7334FC. Grayscale: #A2A2A2. Windows color (decimal): -7550205 or 248716. OLE color: 248716.
HSL color Cylindrical-coordinate representation of color #8CCB03: hue angle of 78.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CCB03 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 3 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.20 |
| HSL | 78.9º | 0.97% | 0.4% | - |
| HSV(B) | 78.9º | 0.99% | 0.8% | - |
| XYZ | 32.19 | 48.29 | 7.71 | - |
| YUV | 161.36 | 38.63 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 3 | 0.31 | 0 | 0.99 | 0.20 | 78.9 | 0.97 | 0.4 |
| Hex | 8C | CB | 3 | 1F | 0 | 63 | 14 | 4F | 61 | 28 |
| Octal | 214 | 313 | 3 | 37 | 0 | 143 | 24 | 117 | 141 | 50 |
| Binary | 10001100 | 11001011 | 11 | 11111 | 0 | 1100011 | 10100 | 1001111 | 1100001 | 101000 |
Color Harmonies of #8CCB03
Complementary color
Monochromatic Colors of #8CCB03
Black with #8CCB03
Text Example
Text Example
White with #8CCB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB03; }
p { color: rgb(140,203,3); }
H1.HeaderClassName
{
color: #8CCB03;
}
.AnyTagClassName
{
color: #8CCB03;
}
</style>
background-color css
<style>
a { background-color: #8CCB03; }
a { background-color: rgb(140,203,3); }
div.DivClassName
{
background-color: #8CCB03;
}
.BgClassName
{
background-color: #8CCB03;
}
</style>
border-color css
<style>
span { border-color: #8CCB03; }
span { border-color: rgb(140,203,3); }
td.TdClassName
{
border-color: #8CCB03;
}
.TagClassName
{
border-color: #8CCB03;
}
</style>