Shades of Laser Lemon #EFFF5D
Tints of Laser Lemon #EFFF5D
RGB
CMYK
RGB Variations
Color information
#EFFF5D (or 0xEFFF5D) is known color: Laser Lemon. HEX triplet: EF, FF and 5D. RGB value is (239,255,93). Sum of RGB (Red+Green+Blue) = 239+255+93=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 93 (36.72% from 255 or 15.84% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF5D is #1000A2. Grayscale: #E8E8E8. Windows color (decimal): -1048739 or 6160367. OLE color: 6160367.
HSL color Cylindrical-coordinate representation of color #EFFF5D: hue angle of 65.93º 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 #EFFF5D is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 93 | - |
| CMYK | 0.06 | 0 | 0.64 | 0 |
| HSL | 65.93º | 1% | 0.68% | - |
| HSV(B) | 65.93º | 0.64% | 1% | - |
| XYZ | 73.33 | 90.66 | 23.99 | - |
| YUV | 231.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 93 | 0.06 | 0 | 0.64 | 0 | 65.93 | 1 | 0.68 |
| Hex | EF | FF | 5D | 6 | 0 | 40 | 0 | 42 | 64 | 44 |
| Octal | 357 | 377 | 135 | 6 | 0 | 100 | 0 | 102 | 144 | 104 |
| Binary | 11101111 | 11111111 | 1011101 | 110 | 0 | 1000000 | 0 | 1000010 | 1100100 | 1000100 |
Color Harmonies of #EFFF5D
Complementary color
Monochromatic Colors of #EFFF5D
Black with #EFFF5D
Text Example
Text Example
White with #EFFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF5D; }
p { color: rgb(239,255,93); }
H1.HeaderClassName
{
color: #EFFF5D;
}
.AnyTagClassName
{
color: #EFFF5D;
}
</style>
background-color css
<style>
a { background-color: #EFFF5D; }
a { background-color: rgb(239,255,93); }
div.DivClassName
{
background-color: #EFFF5D;
}
.BgClassName
{
background-color: #EFFF5D;
}
</style>
border-color css
<style>
span { border-color: #EFFF5D; }
span { border-color: rgb(239,255,93); }
td.TdClassName
{
border-color: #EFFF5D;
}
.TagClassName
{
border-color: #EFFF5D;
}
</style>