#EFFF66

Color #EFFF66 Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #EFFF66

Tints of Laser Lemon #EFFF66

Color information

#EFFF66 (or 0xEFFF66) is unknown color: approx Laser Lemon. HEX triplet: EF, FF and 66. RGB value is (239,255,102). Sum of RGB (Red+Green+Blue) = 239+255+102=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 102 (40.23% from 255 or 17.11% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF66 is #100099. Grayscale: #E9E9E9. Windows color (decimal): -1048730 or 6750191. OLE color: 6750191.

HSL color Cylindrical-coordinate representation of color #EFFF66: hue angle of 66.27º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFFF66 is Cyan = 0.06, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB239255102-
CMYK0.0600.60
HSL66.27º100%70%-
HSV(B)66.27º60%100%-
XYZ73.7590.8326.22-
YUV232.7754.2132.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 255 (100% from 255) = 42.79%
BLUE value IS 102 (40.23% from 255) = 17.11%
R=40.10%
G=42.79%
B=17.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551020.0600.6066.2710070
HexEFFF66603C0426446
Octal35737714660740102144106
Binary1110111111111111110011011001111000100001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFF66; }

 p { color: rgb(239,255,102); }

 H1.HeaderClassName
 {
   color: #EFFF66;
 }
 .AnyTagClassName
 {
   color: #EFFF66;
 }
</style>
background-color css

<style>
 a { background-color: #EFFF66; }

 a { background-color: rgb(239,255,102); }

 div.DivClassName
 {
   background-color: #EFFF66;
 }
 .BgClassName
 {
   background-color: #EFFF66;
 }
</style>
border-color css

<style>
 span { border-color: #EFFF66; }

 span { border-color: rgb(239,255,102); }

 td.TdClassName
 {
   border-color: #EFFF66;
 }
 .TagClassName
 {
   border-color: #EFFF66;
 }
</style>