Shades of Laser Lemon #EDFE54
Tints of Laser Lemon #EDFE54
RGB
CMYK
RGB Variations
Color information
#EDFE54 (or 0xEDFE54) is known color: Laser Lemon. HEX triplet: ED, FE and 54. RGB value is (237,254,84). Sum of RGB (Red+Green+Blue) = 237+254+84=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 84 (33.20% from 255 or 14.61% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE54 is #1201AB. Grayscale: #E6E6E6. Windows color (decimal): -1180076 or 5570285. OLE color: 5570285.
HSL color Cylindrical-coordinate representation of color #EDFE54: hue angle of 66º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDFE54 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 84 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.00 |
| HSL | 66º | 0.99% | 0.66% | - |
| HSV(B) | 66º | 0.67% | 1% | - |
| XYZ | 71.97 | 89.53 | 21.88 | - |
| YUV | 229.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 84 | 0.07 | 0 | 0.67 | 0.00 | 66 | 0.99 | 0.66 |
| Hex | ED | FE | 54 | 7 | 0 | 43 | 0 | 42 | 63 | 42 |
| Octal | 355 | 376 | 124 | 7 | 0 | 103 | 0 | 102 | 143 | 102 |
| Binary | 11101101 | 11111110 | 1010100 | 111 | 0 | 1000011 | 0 | 1000010 | 1100011 | 1000010 |
Color Harmonies of #EDFE54
Complementary color
Monochromatic Colors of #EDFE54
Black with #EDFE54
Text Example
Text Example
White with #EDFE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE54; }
p { color: rgb(237,254,84); }
H1.HeaderClassName
{
color: #EDFE54;
}
.AnyTagClassName
{
color: #EDFE54;
}
</style>
background-color css
<style>
a { background-color: #EDFE54; }
a { background-color: rgb(237,254,84); }
div.DivClassName
{
background-color: #EDFE54;
}
.BgClassName
{
background-color: #EDFE54;
}
</style>
border-color css
<style>
span { border-color: #EDFE54; }
span { border-color: rgb(237,254,84); }
td.TdClassName
{
border-color: #EDFE54;
}
.TagClassName
{
border-color: #EDFE54;
}
</style>