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