Shades of Laser Lemon #EEFF68
Tints of Laser Lemon #EEFF68
RGB
CMYK
RGB Variations
Color information
#EEFF68 (or 0xEEFF68) is known color: Laser Lemon. HEX triplet: EE, FF and 68. RGB value is (238,255,104). Sum of RGB (Red+Green+Blue) = 238+255+104=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 104 (41.02% from 255 or 17.42% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF68 is #110097. Grayscale: #E9E9E9. Windows color (decimal): -1114264 or 6881262. OLE color: 6881262.
HSL color Cylindrical-coordinate representation of color #EEFF68: hue angle of 66.75º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEFF68 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 104 | - |
| CMYK | 0.07 | 0 | 0.59 | 0 |
| HSL | 66.75º | 1% | 0.7% | - |
| HSV(B) | 66.75º | 0.59% | 1% | - |
| XYZ | 73.52 | 90.7 | 26.73 | - |
| YUV | 232.7 | 55.37 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 104 | 0.07 | 0 | 0.59 | 0 | 66.75 | 1 | 0.7 |
| Hex | EE | FF | 68 | 7 | 0 | 3B | 0 | 43 | 64 | 46 |
| Octal | 356 | 377 | 150 | 7 | 0 | 73 | 0 | 103 | 144 | 106 |
| Binary | 11101110 | 11111111 | 1101000 | 111 | 0 | 111011 | 0 | 1000011 | 1100100 | 1000110 |
Color Harmonies of #EEFF68
Complementary color
Monochromatic Colors of #EEFF68
Black with #EEFF68
Text Example
Text Example
White with #EEFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF68; }
p { color: rgb(238,255,104); }
H1.HeaderClassName
{
color: #EEFF68;
}
.AnyTagClassName
{
color: #EEFF68;
}
</style>
background-color css
<style>
a { background-color: #EEFF68; }
a { background-color: rgb(238,255,104); }
div.DivClassName
{
background-color: #EEFF68;
}
.BgClassName
{
background-color: #EEFF68;
}
</style>
border-color css
<style>
span { border-color: #EEFF68; }
span { border-color: rgb(238,255,104); }
td.TdClassName
{
border-color: #EEFF68;
}
.TagClassName
{
border-color: #EEFF68;
}
</style>