Shades of Laser Lemon #EDFF52
Tints of Laser Lemon #EDFF52
RGB
CMYK
RGB Variations
Color information
#EDFF52 (or 0xEDFF52) is known color: Laser Lemon. HEX triplet: ED, FF and 52. RGB value is (237,255,82). Sum of RGB (Red+Green+Blue) = 237+255+82=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 82 (32.42% from 255 or 14.29% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF52 is #1200AD. Grayscale: #E6E6E6. Windows color (decimal): -1179822 or 5439469. OLE color: 5439469.
HSL color Cylindrical-coordinate representation of color #EDFF52: hue angle of 66.24º 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 #EDFF52 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 82 | - |
| CMYK | 0.07 | 0 | 0.68 | 0 |
| HSL | 66.24º | 1% | 0.66% | - |
| HSV(B) | 66.24º | 0.68% | 1% | - |
| XYZ | 72.21 | 90.13 | 21.57 | - |
| YUV | 229.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 82 | 0.07 | 0 | 0.68 | 0 | 66.24 | 1 | 0.66 |
| Hex | ED | FF | 52 | 7 | 0 | 44 | 0 | 42 | 64 | 42 |
| Octal | 355 | 377 | 122 | 7 | 0 | 104 | 0 | 102 | 144 | 102 |
| Binary | 11101101 | 11111111 | 1010010 | 111 | 0 | 1000100 | 0 | 1000010 | 1100100 | 1000010 |
Color Harmonies of #EDFF52
Complementary color
Monochromatic Colors of #EDFF52
Black with #EDFF52
Text Example
Text Example
White with #EDFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF52; }
p { color: rgb(237,255,82); }
H1.HeaderClassName
{
color: #EDFF52;
}
.AnyTagClassName
{
color: #EDFF52;
}
</style>
background-color css
<style>
a { background-color: #EDFF52; }
a { background-color: rgb(237,255,82); }
div.DivClassName
{
background-color: #EDFF52;
}
.BgClassName
{
background-color: #EDFF52;
}
</style>
border-color css
<style>
span { border-color: #EDFF52; }
span { border-color: rgb(237,255,82); }
td.TdClassName
{
border-color: #EDFF52;
}
.TagClassName
{
border-color: #EDFF52;
}
</style>