Shades of Citrus #8ECC08
Tints of Citrus #8ECC08
RGB
CMYK
RGB Variations
Color information
#8ECC08 (or 0x8ECC08) is known color: Citrus. HEX triplet: 8E, CC and 08. RGB value is (142,204,8). Sum of RGB (Red+Green+Blue) = 142+204+8=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECC08 is #7133F7. Grayscale: #A3A3A3. Windows color (decimal): -7418872 or 576654. OLE color: 576654.
HSL color Cylindrical-coordinate representation of color #8ECC08: hue angle of 78.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8ECC08 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.2 |
| HSL | 78.98º | 0.92% | 0.42% | - |
| HSV(B) | 78.98º | 0.96% | 0.8% | - |
| XYZ | 32.79 | 48.95 | 7.95 | - |
| YUV | 163.12 | 40.46 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 8 | 0.30 | 0 | 0.96 | 0.2 | 78.98 | 0.92 | 0.42 |
| Hex | 8E | CC | 8 | 1E | 0 | 60 | 14 | 4F | 5C | 2A |
| Octal | 216 | 314 | 10 | 36 | 0 | 140 | 24 | 117 | 134 | 52 |
| Binary | 10001110 | 11001100 | 1000 | 11110 | 0 | 1100000 | 10100 | 1001111 | 1011100 | 101010 |
Color Harmonies of #8ECC08
Complementary color
Monochromatic Colors of #8ECC08
Black with #8ECC08
Text Example
Text Example
White with #8ECC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC08; }
p { color: rgb(142,204,8); }
H1.HeaderClassName
{
color: #8ECC08;
}
.AnyTagClassName
{
color: #8ECC08;
}
</style>
background-color css
<style>
a { background-color: #8ECC08; }
a { background-color: rgb(142,204,8); }
div.DivClassName
{
background-color: #8ECC08;
}
.BgClassName
{
background-color: #8ECC08;
}
</style>
border-color css
<style>
span { border-color: #8ECC08; }
span { border-color: rgb(142,204,8); }
td.TdClassName
{
border-color: #8ECC08;
}
.TagClassName
{
border-color: #8ECC08;
}
</style>