Shades of Laser Lemon #EFFD5C
Tints of Laser Lemon #EFFD5C
RGB
CMYK
RGB Variations
Color information
#EFFD5C (or 0xEFFD5C) is known color: Laser Lemon. HEX triplet: EF, FD and 5C. RGB value is (239,253,92). Sum of RGB (Red+Green+Blue) = 239+253+92=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 92 (36.33% from 255 or 15.75% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFD5C is #1002A3. Grayscale: #E7E7E7. Windows color (decimal): -1049252 or 6094319. OLE color: 6094319.
HSL color Cylindrical-coordinate representation of color #EFFD5C: hue angle of 65.22º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFFD5C is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 92 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.01 |
| HSL | 65.22º | 0.98% | 0.68% | - |
| HSV(B) | 65.22º | 0.64% | 0.99% | - |
| XYZ | 72.65 | 89.37 | 23.55 | - |
| YUV | 230.46 | 49.86 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 92 | 0.06 | 0 | 0.64 | 0.01 | 65.22 | 0.98 | 0.68 |
| Hex | EF | FD | 5C | 6 | 0 | 40 | 1 | 41 | 62 | 44 |
| Octal | 357 | 375 | 134 | 6 | 0 | 100 | 1 | 101 | 142 | 104 |
| Binary | 11101111 | 11111101 | 1011100 | 110 | 0 | 1000000 | 1 | 1000001 | 1100010 | 1000100 |
Color Harmonies of #EFFD5C
Complementary color
Monochromatic Colors of #EFFD5C
Black with #EFFD5C
Text Example
Text Example
White with #EFFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD5C; }
p { color: rgb(239,253,92); }
H1.HeaderClassName
{
color: #EFFD5C;
}
.AnyTagClassName
{
color: #EFFD5C;
}
</style>
background-color css
<style>
a { background-color: #EFFD5C; }
a { background-color: rgb(239,253,92); }
div.DivClassName
{
background-color: #EFFD5C;
}
.BgClassName
{
background-color: #EFFD5C;
}
</style>
border-color css
<style>
span { border-color: #EFFD5C; }
span { border-color: rgb(239,253,92); }
td.TdClassName
{
border-color: #EFFD5C;
}
.TagClassName
{
border-color: #EFFD5C;
}
</style>