Shades of Chartreuse Yellow #EDF50C
Tints of Chartreuse Yellow #EDF50C
RGB
CMYK
RGB Variations
Color information
#EDF50C (or 0xEDF50C) is known color: Chartreuse Yellow. HEX triplet: ED, F5 and 0C. RGB value is (237,245,12). Sum of RGB (Red+Green+Blue) = 237+245+12=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 12 (5.08% from 255 or 2.43% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF50C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF50C is #120AF3. Grayscale: #D8D8D8. Windows color (decimal): -1182452 or 849389. OLE color: 849389.
HSL color Cylindrical-coordinate representation of color #EDF50C: hue angle of 62.06º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDF50C is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 12 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.04 |
| HSL | 62.06º | 0.92% | 0.5% | - |
| HSV(B) | 62.06º | 0.95% | 0.96% | - |
| XYZ | 67.64 | 83.34 | 12.87 | - |
| YUV | 216.05 | 12.85 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 12 | 0.03 | 0 | 0.95 | 0.04 | 62.06 | 0.92 | 0.5 |
| Hex | ED | F5 | C | 3 | 0 | 5F | 4 | 3E | 5C | 32 |
| Octal | 355 | 365 | 14 | 3 | 0 | 137 | 4 | 76 | 134 | 62 |
| Binary | 11101101 | 11110101 | 1100 | 11 | 0 | 1011111 | 100 | 111110 | 1011100 | 110010 |
Color Harmonies of #EDF50C
Complementary color
Monochromatic Colors of #EDF50C
Black with #EDF50C
Text Example
Text Example
White with #EDF50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF50C; }
p { color: rgb(237,245,12); }
H1.HeaderClassName
{
color: #EDF50C;
}
.AnyTagClassName
{
color: #EDF50C;
}
</style>
background-color css
<style>
a { background-color: #EDF50C; }
a { background-color: rgb(237,245,12); }
div.DivClassName
{
background-color: #EDF50C;
}
.BgClassName
{
background-color: #EDF50C;
}
</style>
border-color css
<style>
span { border-color: #EDF50C; }
span { border-color: rgb(237,245,12); }
td.TdClassName
{
border-color: #EDF50C;
}
.TagClassName
{
border-color: #EDF50C;
}
</style>