Shades of Laser Lemon #EFFD5F
Tints of Laser Lemon #EFFD5F
RGB
CMYK
RGB Variations
Color information
#EFFD5F (or 0xEFFD5F) is known color: Laser Lemon. HEX triplet: EF, FD and 5F. RGB value is (239,253,95). Sum of RGB (Red+Green+Blue) = 239+253+95=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 95 (37.5% from 255 or 16.18% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFD5F is #1002A0. Grayscale: #E7E7E7. Windows color (decimal): -1049249 or 6290927. OLE color: 6290927.
HSL color Cylindrical-coordinate representation of color #EFFD5F: hue angle of 65.32º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFFD5F is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 95 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.01 |
| HSL | 65.32º | 0.98% | 0.68% | - |
| HSV(B) | 65.32º | 0.62% | 0.99% | - |
| XYZ | 72.79 | 89.43 | 24.25 | - |
| YUV | 230.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 95 | 0.06 | 0 | 0.62 | 0.01 | 65.32 | 0.98 | 0.68 |
| Hex | EF | FD | 5F | 6 | 0 | 3E | 1 | 41 | 62 | 44 |
| Octal | 357 | 375 | 137 | 6 | 0 | 76 | 1 | 101 | 142 | 104 |
| Binary | 11101111 | 11111101 | 1011111 | 110 | 0 | 111110 | 1 | 1000001 | 1100010 | 1000100 |
Color Harmonies of #EFFD5F
Complementary color
Monochromatic Colors of #EFFD5F
Black with #EFFD5F
Text Example
Text Example
White with #EFFD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD5F; }
p { color: rgb(239,253,95); }
H1.HeaderClassName
{
color: #EFFD5F;
}
.AnyTagClassName
{
color: #EFFD5F;
}
</style>
background-color css
<style>
a { background-color: #EFFD5F; }
a { background-color: rgb(239,253,95); }
div.DivClassName
{
background-color: #EFFD5F;
}
.BgClassName
{
background-color: #EFFD5F;
}
</style>
border-color css
<style>
span { border-color: #EFFD5F; }
span { border-color: rgb(239,253,95); }
td.TdClassName
{
border-color: #EFFD5F;
}
.TagClassName
{
border-color: #EFFD5F;
}
</style>