Shades of Chartreuse Yellow #EDEF00
Tints of Chartreuse Yellow #EDEF00
RGB
CMYK
RGB Variations
Color information
#EDEF00 (or 0xEDEF00) is known color: Chartreuse Yellow. HEX triplet: ED, EF and 00. RGB value is (237,239,0). Sum of RGB (Red+Green+Blue) = 237+239+0=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF00 is #1210FF. Grayscale: #D4D4D4. Windows color (decimal): -1184000 or 61421. OLE color: 61421.
HSL color Cylindrical-coordinate representation of color #EDEF00: hue angle of 60.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDEF00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.06 |
| HSL | 60.5º | 1% | 0.47% | - |
| HSV(B) | 60.5º | 1% | 0.94% | - |
| XYZ | 65.79 | 79.74 | 11.92 | - |
| YUV | 211.16 | 8.84 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 0 | 0.01 | 0 | 1 | 0.06 | 60.5 | 1 | 0.47 |
| Hex | ED | EF | 0 | 1 | 0 | 64 | 6 | 3D | 64 | 2F |
| Octal | 355 | 357 | 0 | 1 | 0 | 144 | 6 | 75 | 144 | 57 |
| Binary | 11101101 | 11101111 | 0 | 1 | 0 | 1100100 | 110 | 111101 | 1100100 | 101111 |
Color Harmonies of #EDEF00
Complementary color
Monochromatic Colors of #EDEF00
Black with #EDEF00
Text Example
Text Example
White with #EDEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF00; }
p { color: rgb(237,239,0); }
H1.HeaderClassName
{
color: #EDEF00;
}
.AnyTagClassName
{
color: #EDEF00;
}
</style>
background-color css
<style>
a { background-color: #EDEF00; }
a { background-color: rgb(237,239,0); }
div.DivClassName
{
background-color: #EDEF00;
}
.BgClassName
{
background-color: #EDEF00;
}
</style>
border-color css
<style>
span { border-color: #EDEF00; }
span { border-color: rgb(237,239,0); }
td.TdClassName
{
border-color: #EDEF00;
}
.TagClassName
{
border-color: #EDEF00;
}
</style>