Shades of Laser Lemon #EFFC55
Tints of Laser Lemon #EFFC55
RGB
CMYK
RGB Variations
Color information
#EFFC55 (or 0xEFFC55) is known color: Laser Lemon. HEX triplet: EF, FC and 55. RGB value is (239,252,85). Sum of RGB (Red+Green+Blue) = 239+252+85=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 85 (33.59% from 255 or 14.76% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC55 is #1003AA. Grayscale: #E5E5E5. Windows color (decimal): -1049515 or 5635311. OLE color: 5635311.
HSL color Cylindrical-coordinate representation of color #EFFC55: hue angle of 64.67º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFFC55 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 85 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.01 |
| HSL | 64.67º | 0.97% | 0.66% | - |
| HSV(B) | 64.67º | 0.66% | 0.99% | - |
| XYZ | 72.05 | 88.63 | 21.9 | - |
| YUV | 229.08 | 46.69 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 85 | 0.05 | 0 | 0.66 | 0.01 | 64.67 | 0.97 | 0.66 |
| Hex | EF | FC | 55 | 5 | 0 | 42 | 1 | 41 | 61 | 42 |
| Octal | 357 | 374 | 125 | 5 | 0 | 102 | 1 | 101 | 141 | 102 |
| Binary | 11101111 | 11111100 | 1010101 | 101 | 0 | 1000010 | 1 | 1000001 | 1100001 | 1000010 |
Color Harmonies of #EFFC55
Complementary color
Monochromatic Colors of #EFFC55
Black with #EFFC55
Text Example
Text Example
White with #EFFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC55; }
p { color: rgb(239,252,85); }
H1.HeaderClassName
{
color: #EFFC55;
}
.AnyTagClassName
{
color: #EFFC55;
}
</style>
background-color css
<style>
a { background-color: #EFFC55; }
a { background-color: rgb(239,252,85); }
div.DivClassName
{
background-color: #EFFC55;
}
.BgClassName
{
background-color: #EFFC55;
}
</style>
border-color css
<style>
span { border-color: #EFFC55; }
span { border-color: rgb(239,252,85); }
td.TdClassName
{
border-color: #EFFC55;
}
.TagClassName
{
border-color: #EFFC55;
}
</style>