Shades of Laser Lemon #EDFF51
Tints of Laser Lemon #EDFF51
RGB
CMYK
RGB Variations
Color information
#EDFF51 (or 0xEDFF51) is known color: Laser Lemon. HEX triplet: ED, FF and 51. RGB value is (237,255,81). Sum of RGB (Red+Green+Blue) = 237+255+81=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 81 (32.03% from 255 or 14.14% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF51 is #1200AE. Grayscale: #E6E6E6. Windows color (decimal): -1179823 or 5373933. OLE color: 5373933.
HSL color Cylindrical-coordinate representation of color #EDFF51: hue angle of 66.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDFF51 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 81 | - |
| CMYK | 0.07 | 0 | 0.68 | 0 |
| HSL | 66.21º | 1% | 0.66% | - |
| HSV(B) | 66.21º | 0.68% | 1% | - |
| XYZ | 72.17 | 90.12 | 21.38 | - |
| YUV | 229.78 | 44.04 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 81 | 0.07 | 0 | 0.68 | 0 | 66.21 | 1 | 0.66 |
| Hex | ED | FF | 51 | 7 | 0 | 44 | 0 | 42 | 64 | 42 |
| Octal | 355 | 377 | 121 | 7 | 0 | 104 | 0 | 102 | 144 | 102 |
| Binary | 11101101 | 11111111 | 1010001 | 111 | 0 | 1000100 | 0 | 1000010 | 1100100 | 1000010 |
Color Harmonies of #EDFF51
Complementary color
Monochromatic Colors of #EDFF51
Black with #EDFF51
Text Example
Text Example
White with #EDFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF51; }
p { color: rgb(237,255,81); }
H1.HeaderClassName
{
color: #EDFF51;
}
.AnyTagClassName
{
color: #EDFF51;
}
</style>
background-color css
<style>
a { background-color: #EDFF51; }
a { background-color: rgb(237,255,81); }
div.DivClassName
{
background-color: #EDFF51;
}
.BgClassName
{
background-color: #EDFF51;
}
</style>
border-color css
<style>
span { border-color: #EDFF51; }
span { border-color: rgb(237,255,81); }
td.TdClassName
{
border-color: #EDFF51;
}
.TagClassName
{
border-color: #EDFF51;
}
</style>