Shades of Citrus #8CCF03
Tints of Citrus #8CCF03
RGB
CMYK
RGB Variations
Color information
#8CCF03 (or 0x8CCF03) is known color: Citrus. HEX triplet: 8C, CF and 03. RGB value is (140,207,3). Sum of RGB (Red+Green+Blue) = 140+207+3=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCF03 is #7330FC. Grayscale: #A4A4A4. Windows color (decimal): -7549181 or 249740. OLE color: 249740.
HSL color Cylindrical-coordinate representation of color #8CCF03: hue angle of 79.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CCF03 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 3 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.19 |
| HSL | 79.71º | 0.97% | 0.41% | - |
| HSV(B) | 79.71º | 0.99% | 0.81% | - |
| XYZ | 33.14 | 50.21 | 8.03 | - |
| YUV | 163.71 | 37.3 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 3 | 0.32 | 0 | 0.99 | 0.19 | 79.71 | 0.97 | 0.41 |
| Hex | 8C | CF | 3 | 20 | 0 | 63 | 13 | 50 | 61 | 29 |
| Octal | 214 | 317 | 3 | 40 | 0 | 143 | 23 | 120 | 141 | 51 |
| Binary | 10001100 | 11001111 | 11 | 100000 | 0 | 1100011 | 10011 | 1010000 | 1100001 | 101001 |
Color Harmonies of #8CCF03
Complementary color
Monochromatic Colors of #8CCF03
Black with #8CCF03
Text Example
Text Example
White with #8CCF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF03; }
p { color: rgb(140,207,3); }
H1.HeaderClassName
{
color: #8CCF03;
}
.AnyTagClassName
{
color: #8CCF03;
}
</style>
background-color css
<style>
a { background-color: #8CCF03; }
a { background-color: rgb(140,207,3); }
div.DivClassName
{
background-color: #8CCF03;
}
.BgClassName
{
background-color: #8CCF03;
}
</style>
border-color css
<style>
span { border-color: #8CCF03; }
span { border-color: rgb(140,207,3); }
td.TdClassName
{
border-color: #8CCF03;
}
.TagClassName
{
border-color: #8CCF03;
}
</style>