Shades of Chartreuse Yellow #EDFD0F
Tints of Chartreuse Yellow #EDFD0F
RGB
CMYK
RGB Variations
Color information
#EDFD0F (or 0xEDFD0F) is known color: Chartreuse Yellow. HEX triplet: ED, FD and 0F. RGB value is (237,253,15). Sum of RGB (Red+Green+Blue) = 237+253+15=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 15 (6.25% from 255 or 2.97% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFD0F is #1202F0. Grayscale: #DEDEDE. Windows color (decimal): -1180401 or 1048045. OLE color: 1048045.
HSL color Cylindrical-coordinate representation of color #EDFD0F: hue angle of 64.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDFD0F is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 15 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.01 |
| HSL | 64.03º | 0.98% | 0.53% | - |
| HSV(B) | 64.03º | 0.94% | 0.99% | - |
| XYZ | 70.14 | 88.29 | 13.8 | - |
| YUV | 221.08 | 11.7 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 15 | 0.06 | 0 | 0.94 | 0.01 | 64.03 | 0.98 | 0.53 |
| Hex | ED | FD | F | 6 | 0 | 5E | 1 | 40 | 62 | 35 |
| Octal | 355 | 375 | 17 | 6 | 0 | 136 | 1 | 100 | 142 | 65 |
| Binary | 11101101 | 11111101 | 1111 | 110 | 0 | 1011110 | 1 | 1000000 | 1100010 | 110101 |
Color Harmonies of #EDFD0F
Complementary color
Monochromatic Colors of #EDFD0F
Black with #EDFD0F
Text Example
Text Example
White with #EDFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFD0F; }
p { color: rgb(237,253,15); }
H1.HeaderClassName
{
color: #EDFD0F;
}
.AnyTagClassName
{
color: #EDFD0F;
}
</style>
background-color css
<style>
a { background-color: #EDFD0F; }
a { background-color: rgb(237,253,15); }
div.DivClassName
{
background-color: #EDFD0F;
}
.BgClassName
{
background-color: #EDFD0F;
}
</style>
border-color css
<style>
span { border-color: #EDFD0F; }
span { border-color: rgb(237,253,15); }
td.TdClassName
{
border-color: #EDFD0F;
}
.TagClassName
{
border-color: #EDFD0F;
}
</style>