Shades of Citrus #7ECC01
Tints of Citrus #7ECC01
RGB
CMYK
RGB Variations
Color information
#7ECC01 (or 0x7ECC01) is known color: Citrus. HEX triplet: 7E, CC and 01. RGB value is (126,204,1). Sum of RGB (Red+Green+Blue) = 126+204+1=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECC01 is #8133FE. Grayscale: #9E9E9E. Windows color (decimal): -8467455 or 117886. OLE color: 117886.
HSL color Cylindrical-coordinate representation of color #7ECC01: hue angle of 83.05º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ECC01 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 1 | - |
| CMYK | 0.38 | 0 | 1.00 | 0.2 |
| HSL | 83.05º | 0.99% | 0.4% | - |
| HSV(B) | 83.05º | 1% | 0.8% | - |
| XYZ | 30.2 | 47.62 | 7.63 | - |
| YUV | 157.54 | 39.66 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 1 | 0.38 | 0 | 1.00 | 0.2 | 83.05 | 0.99 | 0.4 |
| Hex | 7E | CC | 1 | 26 | 0 | 64 | 14 | 53 | 63 | 28 |
| Octal | 176 | 314 | 1 | 46 | 0 | 144 | 24 | 123 | 143 | 50 |
| Binary | 1111110 | 11001100 | 1 | 100110 | 0 | 1100100 | 10100 | 1010011 | 1100011 | 101000 |
Color Harmonies of #7ECC01
Complementary color
Monochromatic Colors of #7ECC01
Black with #7ECC01
Text Example
Text Example
White with #7ECC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECC01; }
p { color: rgb(126,204,1); }
H1.HeaderClassName
{
color: #7ECC01;
}
.AnyTagClassName
{
color: #7ECC01;
}
</style>
background-color css
<style>
a { background-color: #7ECC01; }
a { background-color: rgb(126,204,1); }
div.DivClassName
{
background-color: #7ECC01;
}
.BgClassName
{
background-color: #7ECC01;
}
</style>
border-color css
<style>
span { border-color: #7ECC01; }
span { border-color: rgb(126,204,1); }
td.TdClassName
{
border-color: #7ECC01;
}
.TagClassName
{
border-color: #7ECC01;
}
</style>