Shades of Laser Lemon #EDFF57
Tints of Laser Lemon #EDFF57
RGB
CMYK
RGB Variations
Color information
#EDFF57 (or 0xEDFF57) is known color: Laser Lemon. HEX triplet: ED, FF and 57. RGB value is (237,255,87). Sum of RGB (Red+Green+Blue) = 237+255+87=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 87 (34.38% from 255 or 15.03% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF57 is #1200A8. Grayscale: #E7E7E7. Windows color (decimal): -1179817 or 5767149. OLE color: 5767149.
HSL color Cylindrical-coordinate representation of color #EDFF57: hue angle of 66.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDFF57 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 87 | - |
| CMYK | 0.07 | 0 | 0.66 | 0 |
| HSL | 66.43º | 1% | 0.67% | - |
| HSV(B) | 66.43º | 0.66% | 1% | - |
| XYZ | 72.41 | 90.21 | 22.61 | - |
| YUV | 230.47 | 47.04 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 87 | 0.07 | 0 | 0.66 | 0 | 66.43 | 1 | 0.67 |
| Hex | ED | FF | 57 | 7 | 0 | 42 | 0 | 42 | 64 | 43 |
| Octal | 355 | 377 | 127 | 7 | 0 | 102 | 0 | 102 | 144 | 103 |
| Binary | 11101101 | 11111111 | 1010111 | 111 | 0 | 1000010 | 0 | 1000010 | 1100100 | 1000011 |
Color Harmonies of #EDFF57
Complementary color
Monochromatic Colors of #EDFF57
Black with #EDFF57
Text Example
Text Example
White with #EDFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF57; }
p { color: rgb(237,255,87); }
H1.HeaderClassName
{
color: #EDFF57;
}
.AnyTagClassName
{
color: #EDFF57;
}
</style>
background-color css
<style>
a { background-color: #EDFF57; }
a { background-color: rgb(237,255,87); }
div.DivClassName
{
background-color: #EDFF57;
}
.BgClassName
{
background-color: #EDFF57;
}
</style>
border-color css
<style>
span { border-color: #EDFF57; }
span { border-color: rgb(237,255,87); }
td.TdClassName
{
border-color: #EDFF57;
}
.TagClassName
{
border-color: #EDFF57;
}
</style>