Shades of Chartreuse Yellow #EDF206
Tints of Chartreuse Yellow #EDF206
RGB
CMYK
RGB Variations
Color information
#EDF206 (or 0xEDF206) is known color: Chartreuse Yellow. HEX triplet: ED, F2 and 06. RGB value is (237,242,6). Sum of RGB (Red+Green+Blue) = 237+242+6=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 6 (2.73% from 255 or 1.24% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF206 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF206 is #120DF9. Grayscale: #D6D6D6. Windows color (decimal): -1183226 or 455405. OLE color: 455405.
HSL color Cylindrical-coordinate representation of color #EDF206: hue angle of 61.27º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDF206 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 6 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.05 |
| HSL | 61.27º | 0.95% | 0.49% | - |
| HSV(B) | 61.27º | 0.98% | 0.95% | - |
| XYZ | 66.71 | 81.52 | 12.39 | - |
| YUV | 213.6 | 10.84 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 6 | 0.02 | 0 | 0.98 | 0.05 | 61.27 | 0.95 | 0.49 |
| Hex | ED | F2 | 6 | 2 | 0 | 62 | 5 | 3D | 5F | 31 |
| Octal | 355 | 362 | 6 | 2 | 0 | 142 | 5 | 75 | 137 | 61 |
| Binary | 11101101 | 11110010 | 110 | 10 | 0 | 1100010 | 101 | 111101 | 1011111 | 110001 |
Color Harmonies of #EDF206
Complementary color
Monochromatic Colors of #EDF206
Black with #EDF206
Text Example
Text Example
White with #EDF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF206; }
p { color: rgb(237,242,6); }
H1.HeaderClassName
{
color: #EDF206;
}
.AnyTagClassName
{
color: #EDF206;
}
</style>
background-color css
<style>
a { background-color: #EDF206; }
a { background-color: rgb(237,242,6); }
div.DivClassName
{
background-color: #EDF206;
}
.BgClassName
{
background-color: #EDF206;
}
</style>
border-color css
<style>
span { border-color: #EDF206; }
span { border-color: rgb(237,242,6); }
td.TdClassName
{
border-color: #EDF206;
}
.TagClassName
{
border-color: #EDF206;
}
</style>