Shades of Chartreuse Yellow #EDF402
Tints of Chartreuse Yellow #EDF402
RGB
CMYK
RGB Variations
Color information
#EDF402 (or 0xEDF402) is known color: Chartreuse Yellow. HEX triplet: ED, F4 and 02. RGB value is (237,244,2). Sum of RGB (Red+Green+Blue) = 237+244+2=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 2 (1.17% from 255 or 0.41% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF402 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF402 is #120BFD. Grayscale: #D7D7D7. Windows color (decimal): -1182718 or 193773. OLE color: 193773.
HSL color Cylindrical-coordinate representation of color #EDF402: hue angle of 61.74º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDF402 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.04 |
| HSL | 61.74º | 0.98% | 0.48% | - |
| HSV(B) | 61.74º | 0.99% | 0.96% | - |
| XYZ | 67.29 | 82.71 | 12.48 | - |
| YUV | 214.32 | 8.18 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 2 | 0.03 | 0 | 0.99 | 0.04 | 61.74 | 0.98 | 0.48 |
| Hex | ED | F4 | 2 | 3 | 0 | 63 | 4 | 3E | 62 | 30 |
| Octal | 355 | 364 | 2 | 3 | 0 | 143 | 4 | 76 | 142 | 60 |
| Binary | 11101101 | 11110100 | 10 | 11 | 0 | 1100011 | 100 | 111110 | 1100010 | 110000 |
Color Harmonies of #EDF402
Complementary color
Monochromatic Colors of #EDF402
Black with #EDF402
Text Example
Text Example
White with #EDF402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF402; }
p { color: rgb(237,244,2); }
H1.HeaderClassName
{
color: #EDF402;
}
.AnyTagClassName
{
color: #EDF402;
}
</style>
background-color css
<style>
a { background-color: #EDF402; }
a { background-color: rgb(237,244,2); }
div.DivClassName
{
background-color: #EDF402;
}
.BgClassName
{
background-color: #EDF402;
}
</style>
border-color css
<style>
span { border-color: #EDF402; }
span { border-color: rgb(237,244,2); }
td.TdClassName
{
border-color: #EDF402;
}
.TagClassName
{
border-color: #EDF402;
}
</style>