Shades of Chartreuse Yellow #EDF90B
Tints of Chartreuse Yellow #EDF90B
RGB
CMYK
RGB Variations
Color information
#EDF90B (or 0xEDF90B) is known color: Chartreuse Yellow. HEX triplet: ED, F9 and 0B. RGB value is (237,249,11). Sum of RGB (Red+Green+Blue) = 237+249+11=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 11 (4.69% from 255 or 2.21% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF90B is #1206F4. Grayscale: #DBDBDB. Windows color (decimal): -1181429 or 784877. OLE color: 784877.
HSL color Cylindrical-coordinate representation of color #EDF90B: hue angle of 63.03º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDF90B is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 11 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.02 |
| HSL | 63.03º | 0.95% | 0.51% | - |
| HSV(B) | 63.03º | 0.96% | 0.98% | - |
| XYZ | 68.86 | 85.78 | 13.24 | - |
| YUV | 218.28 | 11.02 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 11 | 0.05 | 0 | 0.96 | 0.02 | 63.03 | 0.95 | 0.51 |
| Hex | ED | F9 | B | 5 | 0 | 60 | 2 | 3F | 5F | 33 |
| Octal | 355 | 371 | 13 | 5 | 0 | 140 | 2 | 77 | 137 | 63 |
| Binary | 11101101 | 11111001 | 1011 | 101 | 0 | 1100000 | 10 | 111111 | 1011111 | 110011 |
Color Harmonies of #EDF90B
Complementary color
Monochromatic Colors of #EDF90B
Black with #EDF90B
Text Example
Text Example
White with #EDF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF90B; }
p { color: rgb(237,249,11); }
H1.HeaderClassName
{
color: #EDF90B;
}
.AnyTagClassName
{
color: #EDF90B;
}
</style>
background-color css
<style>
a { background-color: #EDF90B; }
a { background-color: rgb(237,249,11); }
div.DivClassName
{
background-color: #EDF90B;
}
.BgClassName
{
background-color: #EDF90B;
}
</style>
border-color css
<style>
span { border-color: #EDF90B; }
span { border-color: rgb(237,249,11); }
td.TdClassName
{
border-color: #EDF90B;
}
.TagClassName
{
border-color: #EDF90B;
}
</style>