Shades of Chartreuse Yellow #EDFD0C
Tints of Chartreuse Yellow #EDFD0C
RGB
CMYK
RGB Variations
Color information
#EDFD0C (or 0xEDFD0C) is known color: Chartreuse Yellow. HEX triplet: ED, FD and 0C. RGB value is (237,253,12). Sum of RGB (Red+Green+Blue) = 237+253+12=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 12 (5.08% from 255 or 2.39% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFD0C is #1202F3. Grayscale: #DDDDDD. Windows color (decimal): -1180404 or 851437. OLE color: 851437.
HSL color Cylindrical-coordinate representation of color #EDFD0C: hue angle of 63.98º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDFD0C is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 12 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.01 |
| HSL | 63.98º | 0.98% | 0.52% | - |
| HSV(B) | 63.98º | 0.95% | 0.99% | - |
| XYZ | 70.12 | 88.28 | 13.69 | - |
| YUV | 220.74 | 10.2 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 12 | 0.06 | 0 | 0.95 | 0.01 | 63.98 | 0.98 | 0.52 |
| Hex | ED | FD | C | 6 | 0 | 5F | 1 | 40 | 62 | 34 |
| Octal | 355 | 375 | 14 | 6 | 0 | 137 | 1 | 100 | 142 | 64 |
| Binary | 11101101 | 11111101 | 1100 | 110 | 0 | 1011111 | 1 | 1000000 | 1100010 | 110100 |
Color Harmonies of #EDFD0C
Complementary color
Monochromatic Colors of #EDFD0C
Black with #EDFD0C
Text Example
Text Example
White with #EDFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFD0C; }
p { color: rgb(237,253,12); }
H1.HeaderClassName
{
color: #EDFD0C;
}
.AnyTagClassName
{
color: #EDFD0C;
}
</style>
background-color css
<style>
a { background-color: #EDFD0C; }
a { background-color: rgb(237,253,12); }
div.DivClassName
{
background-color: #EDFD0C;
}
.BgClassName
{
background-color: #EDFD0C;
}
</style>
border-color css
<style>
span { border-color: #EDFD0C; }
span { border-color: rgb(237,253,12); }
td.TdClassName
{
border-color: #EDFD0C;
}
.TagClassName
{
border-color: #EDFD0C;
}
</style>