Shades of Citrus #8FCA03
Tints of Citrus #8FCA03
RGB
CMYK
RGB Variations
Color information
#8FCA03 (or 0x8FCA03) is known color: Citrus. HEX triplet: 8F, CA and 03. RGB value is (143,202,3). Sum of RGB (Red+Green+Blue) = 143+202+3=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCA03 is #7035FC. Grayscale: #A2A2A2. Windows color (decimal): -7353853 or 248463. OLE color: 248463.
HSL color Cylindrical-coordinate representation of color #8FCA03: hue angle of 77.79º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FCA03 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.21 |
| HSL | 77.79º | 0.97% | 0.4% | - |
| HSV(B) | 77.79º | 0.99% | 0.79% | - |
| XYZ | 32.46 | 48.09 | 7.66 | - |
| YUV | 161.67 | 38.45 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 3 | 0.29 | 0 | 0.99 | 0.21 | 77.79 | 0.97 | 0.4 |
| Hex | 8F | CA | 3 | 1D | 0 | 63 | 15 | 4E | 61 | 28 |
| Octal | 217 | 312 | 3 | 35 | 0 | 143 | 25 | 116 | 141 | 50 |
| Binary | 10001111 | 11001010 | 11 | 11101 | 0 | 1100011 | 10101 | 1001110 | 1100001 | 101000 |
Color Harmonies of #8FCA03
Complementary color
Monochromatic Colors of #8FCA03
Black with #8FCA03
Text Example
Text Example
White with #8FCA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA03; }
p { color: rgb(143,202,3); }
H1.HeaderClassName
{
color: #8FCA03;
}
.AnyTagClassName
{
color: #8FCA03;
}
</style>
background-color css
<style>
a { background-color: #8FCA03; }
a { background-color: rgb(143,202,3); }
div.DivClassName
{
background-color: #8FCA03;
}
.BgClassName
{
background-color: #8FCA03;
}
</style>
border-color css
<style>
span { border-color: #8FCA03; }
span { border-color: rgb(143,202,3); }
td.TdClassName
{
border-color: #8FCA03;
}
.TagClassName
{
border-color: #8FCA03;
}
</style>