Shades of Lemon #EDF812
Tints of Lemon #EDF812
RGB
CMYK
RGB Variations
Color information
#EDF812 (or 0xEDF812) is known color: Lemon. HEX triplet: ED, F8 and 12. RGB value is (237,248,18). Sum of RGB (Red+Green+Blue) = 237+248+18=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 18 (7.42% from 255 or 3.58% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF812 is #1207ED. Grayscale: #DBDBDB. Windows color (decimal): -1181678 or 1243373. OLE color: 1243373.
HSL color Cylindrical-coordinate representation of color #EDF812: hue angle of 62.87º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF812 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 18 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.03 |
| HSL | 62.87º | 0.94% | 0.52% | - |
| HSV(B) | 62.87º | 0.93% | 0.97% | - |
| XYZ | 68.6 | 85.18 | 13.4 | - |
| YUV | 218.49 | 14.86 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 18 | 0.04 | 0 | 0.93 | 0.03 | 62.87 | 0.94 | 0.52 |
| Hex | ED | F8 | 12 | 4 | 0 | 5D | 3 | 3F | 5E | 34 |
| Octal | 355 | 370 | 22 | 4 | 0 | 135 | 3 | 77 | 136 | 64 |
| Binary | 11101101 | 11111000 | 10010 | 100 | 0 | 1011101 | 11 | 111111 | 1011110 | 110100 |
Color Harmonies of #EDF812
Complementary color
Monochromatic Colors of #EDF812
Black with #EDF812
Text Example
Text Example
White with #EDF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF812; }
p { color: rgb(237,248,18); }
H1.HeaderClassName
{
color: #EDF812;
}
.AnyTagClassName
{
color: #EDF812;
}
</style>
background-color css
<style>
a { background-color: #EDF812; }
a { background-color: rgb(237,248,18); }
div.DivClassName
{
background-color: #EDF812;
}
.BgClassName
{
background-color: #EDF812;
}
</style>
border-color css
<style>
span { border-color: #EDF812; }
span { border-color: rgb(237,248,18); }
td.TdClassName
{
border-color: #EDF812;
}
.TagClassName
{
border-color: #EDF812;
}
</style>