Shades of Citrus #8ECF0F
Tints of Citrus #8ECF0F
RGB
CMYK
RGB Variations
Color information
#8ECF0F (or 0x8ECF0F) is known color: Citrus. HEX triplet: 8E, CF and 0F. RGB value is (142,207,15). Sum of RGB (Red+Green+Blue) = 142+207+15=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECF0F is #7130F0. Grayscale: #A6A6A6. Windows color (decimal): -7418097 or 1036174. OLE color: 1036174.
HSL color Cylindrical-coordinate representation of color #8ECF0F: hue angle of 80.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ECF0F is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 15 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.19 |
| HSL | 80.31º | 0.86% | 0.44% | - |
| HSV(B) | 80.31º | 0.93% | 0.81% | - |
| XYZ | 33.55 | 50.41 | 8.41 | - |
| YUV | 165.68 | 42.97 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 15 | 0.31 | 0 | 0.93 | 0.19 | 80.31 | 0.86 | 0.44 |
| Hex | 8E | CF | F | 1F | 0 | 5D | 13 | 50 | 56 | 2C |
| Octal | 216 | 317 | 17 | 37 | 0 | 135 | 23 | 120 | 126 | 54 |
| Binary | 10001110 | 11001111 | 1111 | 11111 | 0 | 1011101 | 10011 | 1010000 | 1010110 | 101100 |
Color Harmonies of #8ECF0F
Complementary color
Monochromatic Colors of #8ECF0F
Black with #8ECF0F
Text Example
Text Example
White with #8ECF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF0F; }
p { color: rgb(142,207,15); }
H1.HeaderClassName
{
color: #8ECF0F;
}
.AnyTagClassName
{
color: #8ECF0F;
}
</style>
background-color css
<style>
a { background-color: #8ECF0F; }
a { background-color: rgb(142,207,15); }
div.DivClassName
{
background-color: #8ECF0F;
}
.BgClassName
{
background-color: #8ECF0F;
}
</style>
border-color css
<style>
span { border-color: #8ECF0F; }
span { border-color: rgb(142,207,15); }
td.TdClassName
{
border-color: #8ECF0F;
}
.TagClassName
{
border-color: #8ECF0F;
}
</style>