Shades of Laser Lemon #EDFF5A
Tints of Laser Lemon #EDFF5A
RGB
CMYK
RGB Variations
Color information
#EDFF5A (or 0xEDFF5A) is known color: Laser Lemon. HEX triplet: ED, FF and 5A. RGB value is (237,255,90). Sum of RGB (Red+Green+Blue) = 237+255+90=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 90 (35.55% from 255 or 15.46% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF5A is #1200A5. Grayscale: #E7E7E7. Windows color (decimal): -1179814 or 5963757. OLE color: 5963757.
HSL color Cylindrical-coordinate representation of color #EDFF5A: hue angle of 66.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDFF5A is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 90 | - |
| CMYK | 0.07 | 0 | 0.65 | 0 |
| HSL | 66.55º | 1% | 0.68% | - |
| HSV(B) | 66.55º | 0.65% | 1% | - |
| XYZ | 72.53 | 90.26 | 23.27 | - |
| YUV | 230.81 | 48.54 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 90 | 0.07 | 0 | 0.65 | 0 | 66.55 | 1 | 0.68 |
| Hex | ED | FF | 5A | 7 | 0 | 41 | 0 | 43 | 64 | 44 |
| Octal | 355 | 377 | 132 | 7 | 0 | 101 | 0 | 103 | 144 | 104 |
| Binary | 11101101 | 11111111 | 1011010 | 111 | 0 | 1000001 | 0 | 1000011 | 1100100 | 1000100 |
Color Harmonies of #EDFF5A
Complementary color
Monochromatic Colors of #EDFF5A
Black with #EDFF5A
Text Example
Text Example
White with #EDFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF5A; }
p { color: rgb(237,255,90); }
H1.HeaderClassName
{
color: #EDFF5A;
}
.AnyTagClassName
{
color: #EDFF5A;
}
</style>
background-color css
<style>
a { background-color: #EDFF5A; }
a { background-color: rgb(237,255,90); }
div.DivClassName
{
background-color: #EDFF5A;
}
.BgClassName
{
background-color: #EDFF5A;
}
</style>
border-color css
<style>
span { border-color: #EDFF5A; }
span { border-color: rgb(237,255,90); }
td.TdClassName
{
border-color: #EDFF5A;
}
.TagClassName
{
border-color: #EDFF5A;
}
</style>