Shades of Laser Lemon #EFFD68
Tints of Laser Lemon #EFFD68
RGB
CMYK
RGB Variations
Color information
#EFFD68 (or 0xEFFD68) is known color: Laser Lemon. HEX triplet: EF, FD and 68. RGB value is (239,253,104). Sum of RGB (Red+Green+Blue) = 239+253+104=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 104 (41.02% from 255 or 17.45% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFD68 is #100297. Grayscale: #E8E8E8. Windows color (decimal): -1049240 or 6880751. OLE color: 6880751.
HSL color Cylindrical-coordinate representation of color #EFFD68: hue angle of 65.64º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFFD68 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 104 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.01 |
| HSL | 65.64º | 0.97% | 0.7% | - |
| HSV(B) | 65.64º | 0.59% | 0.99% | - |
| XYZ | 73.22 | 89.6 | 26.53 | - |
| YUV | 231.83 | 55.86 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 104 | 0.06 | 0 | 0.59 | 0.01 | 65.64 | 0.97 | 0.7 |
| Hex | EF | FD | 68 | 6 | 0 | 3B | 1 | 42 | 61 | 46 |
| Octal | 357 | 375 | 150 | 6 | 0 | 73 | 1 | 102 | 141 | 106 |
| Binary | 11101111 | 11111101 | 1101000 | 110 | 0 | 111011 | 1 | 1000010 | 1100001 | 1000110 |
Color Harmonies of #EFFD68
Complementary color
Monochromatic Colors of #EFFD68
Black with #EFFD68
Text Example
Text Example
White with #EFFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD68; }
p { color: rgb(239,253,104); }
H1.HeaderClassName
{
color: #EFFD68;
}
.AnyTagClassName
{
color: #EFFD68;
}
</style>
background-color css
<style>
a { background-color: #EFFD68; }
a { background-color: rgb(239,253,104); }
div.DivClassName
{
background-color: #EFFD68;
}
.BgClassName
{
background-color: #EFFD68;
}
</style>
border-color css
<style>
span { border-color: #EFFD68; }
span { border-color: rgb(239,253,104); }
td.TdClassName
{
border-color: #EFFD68;
}
.TagClassName
{
border-color: #EFFD68;
}
</style>