Shades of Laser Lemon #EFFC54
Tints of Laser Lemon #EFFC54
RGB
CMYK
RGB Variations
Color information
#EFFC54 (or 0xEFFC54) is known color: Laser Lemon. HEX triplet: EF, FC and 54. RGB value is (239,252,84). Sum of RGB (Red+Green+Blue) = 239+252+84=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 84 (33.20% from 255 or 14.61% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC54 is #1003AB. Grayscale: #E5E5E5. Windows color (decimal): -1049516 or 5569775. OLE color: 5569775.
HSL color Cylindrical-coordinate representation of color #EFFC54: hue angle of 64.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFFC54 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 84 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.01 |
| HSL | 64.64º | 0.97% | 0.66% | - |
| HSV(B) | 64.64º | 0.67% | 0.99% | - |
| XYZ | 72.01 | 88.61 | 21.7 | - |
| YUV | 228.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 84 | 0.05 | 0 | 0.67 | 0.01 | 64.64 | 0.97 | 0.66 |
| Hex | EF | FC | 54 | 5 | 0 | 43 | 1 | 41 | 61 | 42 |
| Octal | 357 | 374 | 124 | 5 | 0 | 103 | 1 | 101 | 141 | 102 |
| Binary | 11101111 | 11111100 | 1010100 | 101 | 0 | 1000011 | 1 | 1000001 | 1100001 | 1000010 |
Color Harmonies of #EFFC54
Complementary color
Monochromatic Colors of #EFFC54
Black with #EFFC54
Text Example
Text Example
White with #EFFC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC54; }
p { color: rgb(239,252,84); }
H1.HeaderClassName
{
color: #EFFC54;
}
.AnyTagClassName
{
color: #EFFC54;
}
</style>
background-color css
<style>
a { background-color: #EFFC54; }
a { background-color: rgb(239,252,84); }
div.DivClassName
{
background-color: #EFFC54;
}
.BgClassName
{
background-color: #EFFC54;
}
</style>
border-color css
<style>
span { border-color: #EFFC54; }
span { border-color: rgb(239,252,84); }
td.TdClassName
{
border-color: #EFFC54;
}
.TagClassName
{
border-color: #EFFC54;
}
</style>