Shades of Laser Lemon #EDFE5C
Tints of Laser Lemon #EDFE5C
RGB
CMYK
RGB Variations
Color information
#EDFE5C (or 0xEDFE5C) is known color: Laser Lemon. HEX triplet: ED, FE and 5C. RGB value is (237,254,92). Sum of RGB (Red+Green+Blue) = 237+254+92=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 92 (36.33% from 255 or 15.78% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE5C is #1201A3. Grayscale: #E7E7E7. Windows color (decimal): -1180068 or 6094573. OLE color: 6094573.
HSL color Cylindrical-coordinate representation of color #EDFE5C: hue angle of 66.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDFE5C is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 92 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.00 |
| HSL | 66.3º | 0.99% | 0.68% | - |
| HSV(B) | 66.3º | 0.64% | 1% | - |
| XYZ | 72.3 | 89.66 | 23.62 | - |
| YUV | 230.45 | 49.87 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 92 | 0.07 | 0 | 0.64 | 0.00 | 66.3 | 0.99 | 0.68 |
| Hex | ED | FE | 5C | 7 | 0 | 40 | 0 | 42 | 63 | 44 |
| Octal | 355 | 376 | 134 | 7 | 0 | 100 | 0 | 102 | 143 | 104 |
| Binary | 11101101 | 11111110 | 1011100 | 111 | 0 | 1000000 | 0 | 1000010 | 1100011 | 1000100 |
Color Harmonies of #EDFE5C
Complementary color
Monochromatic Colors of #EDFE5C
Black with #EDFE5C
Text Example
Text Example
White with #EDFE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE5C; }
p { color: rgb(237,254,92); }
H1.HeaderClassName
{
color: #EDFE5C;
}
.AnyTagClassName
{
color: #EDFE5C;
}
</style>
background-color css
<style>
a { background-color: #EDFE5C; }
a { background-color: rgb(237,254,92); }
div.DivClassName
{
background-color: #EDFE5C;
}
.BgClassName
{
background-color: #EDFE5C;
}
</style>
border-color css
<style>
span { border-color: #EDFE5C; }
span { border-color: rgb(237,254,92); }
td.TdClassName
{
border-color: #EDFE5C;
}
.TagClassName
{
border-color: #EDFE5C;
}
</style>