Shades of Laser Lemon #EDFF5B
Tints of Laser Lemon #EDFF5B
RGB
CMYK
RGB Variations
Color information
#EDFF5B (or 0xEDFF5B) is known color: Laser Lemon. HEX triplet: ED, FF and 5B. RGB value is (237,255,91). Sum of RGB (Red+Green+Blue) = 237+255+91=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 91 (35.94% from 255 or 15.61% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF5B is #1200A4. Grayscale: #E7E7E7. Windows color (decimal): -1179813 or 6029293. OLE color: 6029293.
HSL color Cylindrical-coordinate representation of color #EDFF5B: hue angle of 66.59º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDFF5B is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 91 | - |
| CMYK | 0.07 | 0 | 0.64 | 0 |
| HSL | 66.59º | 1% | 0.68% | - |
| HSV(B) | 66.59º | 0.64% | 1% | - |
| XYZ | 72.57 | 90.28 | 23.5 | - |
| YUV | 230.92 | 49.04 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 91 | 0.07 | 0 | 0.64 | 0 | 66.59 | 1 | 0.68 |
| Hex | ED | FF | 5B | 7 | 0 | 40 | 0 | 43 | 64 | 44 |
| Octal | 355 | 377 | 133 | 7 | 0 | 100 | 0 | 103 | 144 | 104 |
| Binary | 11101101 | 11111111 | 1011011 | 111 | 0 | 1000000 | 0 | 1000011 | 1100100 | 1000100 |
Color Harmonies of #EDFF5B
Complementary color
Monochromatic Colors of #EDFF5B
Black with #EDFF5B
Text Example
Text Example
White with #EDFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF5B; }
p { color: rgb(237,255,91); }
H1.HeaderClassName
{
color: #EDFF5B;
}
.AnyTagClassName
{
color: #EDFF5B;
}
</style>
background-color css
<style>
a { background-color: #EDFF5B; }
a { background-color: rgb(237,255,91); }
div.DivClassName
{
background-color: #EDFF5B;
}
.BgClassName
{
background-color: #EDFF5B;
}
</style>
border-color css
<style>
span { border-color: #EDFF5B; }
span { border-color: rgb(237,255,91); }
td.TdClassName
{
border-color: #EDFF5B;
}
.TagClassName
{
border-color: #EDFF5B;
}
</style>