Shades of Chartreuse Yellow #EDF50B
Tints of Chartreuse Yellow #EDF50B
RGB
CMYK
RGB Variations
Color information
#EDF50B (or 0xEDF50B) is known color: Chartreuse Yellow. HEX triplet: ED, F5 and 0B. RGB value is (237,245,11). Sum of RGB (Red+Green+Blue) = 237+245+11=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 11 (4.69% from 255 or 2.23% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF50B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF50B is #120AF4. Grayscale: #D8D8D8. Windows color (decimal): -1182453 or 783853. OLE color: 783853.
HSL color Cylindrical-coordinate representation of color #EDF50B: hue angle of 62.05º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDF50B is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 11 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.04 |
| HSL | 62.05º | 0.92% | 0.5% | - |
| HSV(B) | 62.05º | 0.96% | 0.96% | - |
| XYZ | 67.64 | 83.33 | 12.84 | - |
| YUV | 215.93 | 12.35 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 11 | 0.03 | 0 | 0.96 | 0.04 | 62.05 | 0.92 | 0.5 |
| Hex | ED | F5 | B | 3 | 0 | 60 | 4 | 3E | 5C | 32 |
| Octal | 355 | 365 | 13 | 3 | 0 | 140 | 4 | 76 | 134 | 62 |
| Binary | 11101101 | 11110101 | 1011 | 11 | 0 | 1100000 | 100 | 111110 | 1011100 | 110010 |
Color Harmonies of #EDF50B
Complementary color
Monochromatic Colors of #EDF50B
Black with #EDF50B
Text Example
Text Example
White with #EDF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF50B; }
p { color: rgb(237,245,11); }
H1.HeaderClassName
{
color: #EDF50B;
}
.AnyTagClassName
{
color: #EDF50B;
}
</style>
background-color css
<style>
a { background-color: #EDF50B; }
a { background-color: rgb(237,245,11); }
div.DivClassName
{
background-color: #EDF50B;
}
.BgClassName
{
background-color: #EDF50B;
}
</style>
border-color css
<style>
span { border-color: #EDF50B; }
span { border-color: rgb(237,245,11); }
td.TdClassName
{
border-color: #EDF50B;
}
.TagClassName
{
border-color: #EDF50B;
}
</style>