Shades of Laser Lemon #EEFE61
Tints of Laser Lemon #EEFE61
RGB
CMYK
RGB Variations
Color information
#EEFE61 (or 0xEEFE61) is known color: Laser Lemon. HEX triplet: EE, FE and 61. RGB value is (238,254,97). Sum of RGB (Red+Green+Blue) = 238+254+97=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 97 (38.28% from 255 or 16.47% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFE61 is #11019E. Grayscale: #E7E7E7. Windows color (decimal): -1114527 or 6422254. OLE color: 6422254.
HSL color Cylindrical-coordinate representation of color #EEFE61: hue angle of 66.11º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEFE61 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 97 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.00 |
| HSL | 66.11º | 0.99% | 0.69% | - |
| HSV(B) | 66.11º | 0.62% | 1% | - |
| XYZ | 72.86 | 89.92 | 24.83 | - |
| YUV | 231.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 97 | 0.06 | 0 | 0.62 | 0.00 | 66.11 | 0.99 | 0.69 |
| Hex | EE | FE | 61 | 6 | 0 | 3E | 0 | 42 | 63 | 45 |
| Octal | 356 | 376 | 141 | 6 | 0 | 76 | 0 | 102 | 143 | 105 |
| Binary | 11101110 | 11111110 | 1100001 | 110 | 0 | 111110 | 0 | 1000010 | 1100011 | 1000101 |
Color Harmonies of #EEFE61
Complementary color
Monochromatic Colors of #EEFE61
Black with #EEFE61
Text Example
Text Example
White with #EEFE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE61; }
p { color: rgb(238,254,97); }
H1.HeaderClassName
{
color: #EEFE61;
}
.AnyTagClassName
{
color: #EEFE61;
}
</style>
background-color css
<style>
a { background-color: #EEFE61; }
a { background-color: rgb(238,254,97); }
div.DivClassName
{
background-color: #EEFE61;
}
.BgClassName
{
background-color: #EEFE61;
}
</style>
border-color css
<style>
span { border-color: #EEFE61; }
span { border-color: rgb(238,254,97); }
td.TdClassName
{
border-color: #EEFE61;
}
.TagClassName
{
border-color: #EEFE61;
}
</style>