Shades of Laser Lemon #EFFF5C
Tints of Laser Lemon #EFFF5C
RGB
CMYK
RGB Variations
Color information
#EFFF5C (or 0xEFFF5C) is known color: Laser Lemon. HEX triplet: EF, FF and 5C. RGB value is (239,255,92). Sum of RGB (Red+Green+Blue) = 239+255+92=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 92 (36.33% from 255 or 15.70% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF5C is #1000A3. Grayscale: #E8E8E8. Windows color (decimal): -1048740 or 6094831. OLE color: 6094831.
HSL color Cylindrical-coordinate representation of color #EFFF5C: hue angle of 65.89º 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 #EFFF5C is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 92 | - |
| CMYK | 0.06 | 0 | 0.64 | 0 |
| HSL | 65.89º | 1% | 0.68% | - |
| HSV(B) | 65.89º | 0.64% | 1% | - |
| XYZ | 73.29 | 90.64 | 23.76 | - |
| YUV | 231.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 92 | 0.06 | 0 | 0.64 | 0 | 65.89 | 1 | 0.68 |
| Hex | EF | FF | 5C | 6 | 0 | 40 | 0 | 42 | 64 | 44 |
| Octal | 357 | 377 | 134 | 6 | 0 | 100 | 0 | 102 | 144 | 104 |
| Binary | 11101111 | 11111111 | 1011100 | 110 | 0 | 1000000 | 0 | 1000010 | 1100100 | 1000100 |
Color Harmonies of #EFFF5C
Complementary color
Monochromatic Colors of #EFFF5C
Black with #EFFF5C
Text Example
Text Example
White with #EFFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF5C; }
p { color: rgb(239,255,92); }
H1.HeaderClassName
{
color: #EFFF5C;
}
.AnyTagClassName
{
color: #EFFF5C;
}
</style>
background-color css
<style>
a { background-color: #EFFF5C; }
a { background-color: rgb(239,255,92); }
div.DivClassName
{
background-color: #EFFF5C;
}
.BgClassName
{
background-color: #EFFF5C;
}
</style>
border-color css
<style>
span { border-color: #EFFF5C; }
span { border-color: rgb(239,255,92); }
td.TdClassName
{
border-color: #EFFF5C;
}
.TagClassName
{
border-color: #EFFF5C;
}
</style>