Shades of Citrus #8CCF00
Tints of Citrus #8CCF00
RGB
CMYK
RGB Variations
Color information
#8CCF00 (or 0x8CCF00) is known color: Citrus. HEX triplet: 8C, CF and 00. RGB value is (140,207,0). Sum of RGB (Red+Green+Blue) = 140+207+0=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCF00 is #7330FF. Grayscale: #A4A4A4. Windows color (decimal): -7549184 or 53132. OLE color: 53132.
HSL color Cylindrical-coordinate representation of color #8CCF00: hue angle of 79.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CCF00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.19 |
| HSL | 79.42º | 1% | 0.41% | - |
| HSV(B) | 79.42º | 1% | 0.81% | - |
| XYZ | 33.13 | 50.2 | 7.94 | - |
| YUV | 163.37 | 35.8 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 0 | 0.32 | 0 | 1 | 0.19 | 79.42 | 1 | 0.41 |
| Hex | 8C | CF | 0 | 20 | 0 | 64 | 13 | 4F | 64 | 29 |
| Octal | 214 | 317 | 0 | 40 | 0 | 144 | 23 | 117 | 144 | 51 |
| Binary | 10001100 | 11001111 | 0 | 100000 | 0 | 1100100 | 10011 | 1001111 | 1100100 | 101001 |
Color Harmonies of #8CCF00
Complementary color
Monochromatic Colors of #8CCF00
Black with #8CCF00
Text Example
Text Example
White with #8CCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF00; }
p { color: rgb(140,207,0); }
H1.HeaderClassName
{
color: #8CCF00;
}
.AnyTagClassName
{
color: #8CCF00;
}
</style>
background-color css
<style>
a { background-color: #8CCF00; }
a { background-color: rgb(140,207,0); }
div.DivClassName
{
background-color: #8CCF00;
}
.BgClassName
{
background-color: #8CCF00;
}
</style>
border-color css
<style>
span { border-color: #8CCF00; }
span { border-color: rgb(140,207,0); }
td.TdClassName
{
border-color: #8CCF00;
}
.TagClassName
{
border-color: #8CCF00;
}
</style>