Shades of Laser Lemon #EFFF5A
Tints of Laser Lemon #EFFF5A
RGB
CMYK
RGB Variations
Color information
#EFFF5A (or 0xEFFF5A) is known color: Laser Lemon. HEX triplet: EF, FF and 5A. RGB value is (239,255,90). Sum of RGB (Red+Green+Blue) = 239+255+90=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 90 (35.55% from 255 or 15.41% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF5A is #1000A5. Grayscale: #E8E8E8. Windows color (decimal): -1048742 or 5963759. OLE color: 5963759.
HSL color Cylindrical-coordinate representation of color #EFFF5A: hue angle of 65.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFFF5A is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 90 | - |
| CMYK | 0.06 | 0 | 0.65 | 0 |
| HSL | 65.82º | 1% | 0.68% | - |
| HSV(B) | 65.82º | 0.65% | 1% | - |
| XYZ | 73.2 | 90.61 | 23.3 | - |
| YUV | 231.41 | 48.2 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 90 | 0.06 | 0 | 0.65 | 0 | 65.82 | 1 | 0.68 |
| Hex | EF | FF | 5A | 6 | 0 | 41 | 0 | 42 | 64 | 44 |
| Octal | 357 | 377 | 132 | 6 | 0 | 101 | 0 | 102 | 144 | 104 |
| Binary | 11101111 | 11111111 | 1011010 | 110 | 0 | 1000001 | 0 | 1000010 | 1100100 | 1000100 |
Color Harmonies of #EFFF5A
Complementary color
Monochromatic Colors of #EFFF5A
Black with #EFFF5A
Text Example
Text Example
White with #EFFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF5A; }
p { color: rgb(239,255,90); }
H1.HeaderClassName
{
color: #EFFF5A;
}
.AnyTagClassName
{
color: #EFFF5A;
}
</style>
background-color css
<style>
a { background-color: #EFFF5A; }
a { background-color: rgb(239,255,90); }
div.DivClassName
{
background-color: #EFFF5A;
}
.BgClassName
{
background-color: #EFFF5A;
}
</style>
border-color css
<style>
span { border-color: #EFFF5A; }
span { border-color: rgb(239,255,90); }
td.TdClassName
{
border-color: #EFFF5A;
}
.TagClassName
{
border-color: #EFFF5A;
}
</style>