Shades of Laser Lemon #EDFF54
Tints of Laser Lemon #EDFF54
RGB
CMYK
RGB Variations
Color information
#EDFF54 (or 0xEDFF54) is known color: Laser Lemon. HEX triplet: ED, FF and 54. RGB value is (237,255,84). Sum of RGB (Red+Green+Blue) = 237+255+84=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 84 (33.20% from 255 or 14.58% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF54 is #1200AB. Grayscale: #E6E6E6. Windows color (decimal): -1179820 or 5570541. OLE color: 5570541.
HSL color Cylindrical-coordinate representation of color #EDFF54: hue angle of 66.32º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDFF54 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 84 | - |
| CMYK | 0.07 | 0 | 0.67 | 0 |
| HSL | 66.32º | 1% | 0.66% | - |
| HSV(B) | 66.32º | 0.67% | 1% | - |
| XYZ | 72.29 | 90.16 | 21.98 | - |
| YUV | 230.12 | 45.54 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 84 | 0.07 | 0 | 0.67 | 0 | 66.32 | 1 | 0.66 |
| Hex | ED | FF | 54 | 7 | 0 | 43 | 0 | 42 | 64 | 42 |
| Octal | 355 | 377 | 124 | 7 | 0 | 103 | 0 | 102 | 144 | 102 |
| Binary | 11101101 | 11111111 | 1010100 | 111 | 0 | 1000011 | 0 | 1000010 | 1100100 | 1000010 |
Color Harmonies of #EDFF54
Complementary color
Monochromatic Colors of #EDFF54
Black with #EDFF54
Text Example
Text Example
White with #EDFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF54; }
p { color: rgb(237,255,84); }
H1.HeaderClassName
{
color: #EDFF54;
}
.AnyTagClassName
{
color: #EDFF54;
}
</style>
background-color css
<style>
a { background-color: #EDFF54; }
a { background-color: rgb(237,255,84); }
div.DivClassName
{
background-color: #EDFF54;
}
.BgClassName
{
background-color: #EDFF54;
}
</style>
border-color css
<style>
span { border-color: #EDFF54; }
span { border-color: rgb(237,255,84); }
td.TdClassName
{
border-color: #EDFF54;
}
.TagClassName
{
border-color: #EDFF54;
}
</style>