Shades of Chartreuse Yellow #ECED00
Tints of Chartreuse Yellow #ECED00
RGB
CMYK
RGB Variations
Color information
#ECED00 (or 0xECED00) is known color: Chartreuse Yellow. HEX triplet: EC, ED and 00. RGB value is (236,237,0). Sum of RGB (Red+Green+Blue) = 236+237+0=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECED00 is #1312FF. Grayscale: #D2D2D2. Windows color (decimal): -1250048 or 60908. OLE color: 60908.
HSL color Cylindrical-coordinate representation of color #ECED00: hue angle of 60.25º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECED00 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 0 | - |
| CMYK | 0.00 | 0 | 1 | 0.07 |
| HSL | 60.25º | 1% | 0.46% | - |
| HSV(B) | 60.25º | 1% | 0.93% | - |
| XYZ | 64.88 | 78.4 | 11.71 | - |
| YUV | 209.68 | 9.67 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 0 | 0.00 | 0 | 1 | 0.07 | 60.25 | 1 | 0.46 |
| Hex | EC | ED | 0 | 0 | 0 | 64 | 7 | 3C | 64 | 2E |
| Octal | 354 | 355 | 0 | 0 | 0 | 144 | 7 | 74 | 144 | 56 |
| Binary | 11101100 | 11101101 | 0 | 0 | 0 | 1100100 | 111 | 111100 | 1100100 | 101110 |
Color Harmonies of #ECED00
Complementary color
Monochromatic Colors of #ECED00
Black with #ECED00
Text Example
Text Example
White with #ECED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED00; }
p { color: rgb(236,237,0); }
H1.HeaderClassName
{
color: #ECED00;
}
.AnyTagClassName
{
color: #ECED00;
}
</style>
background-color css
<style>
a { background-color: #ECED00; }
a { background-color: rgb(236,237,0); }
div.DivClassName
{
background-color: #ECED00;
}
.BgClassName
{
background-color: #ECED00;
}
</style>
border-color css
<style>
span { border-color: #ECED00; }
span { border-color: rgb(236,237,0); }
td.TdClassName
{
border-color: #ECED00;
}
.TagClassName
{
border-color: #ECED00;
}
</style>