#ECFE55

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

Shades of Laser Lemon #ECFE55

Tints of Laser Lemon #ECFE55

Color information

#ECFE55 (or 0xECFE55) is unknown color: approx Laser Lemon. HEX triplet: EC, FE and 55. RGB value is (236,254,85). Sum of RGB (Red+Green+Blue) = 236+254+85=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 85 (33.59% from 255 or 14.78% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFE55 is #1301AA. Grayscale: #E6E6E6. Windows color (decimal): -1245611 or 5635820. OLE color: 5635820.

HSL color Cylindrical-coordinate representation of color #ECFE55: hue angle of 66.39º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECFE55 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB23625485-
CMYK0.0700.670.00
HSL66.39º98.83%66.47%-
HSV(B)66.39º66.54%99.61%-
XYZ71.6789.3722.07-
YUV229.3546.54132.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 254 (99.61% from 255) = 44.17%
BLUE value IS 85 (33.59% from 255) = 14.78%
R=41.04%
G=44.17%
B=14.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal236254850.0700.670.0066.3998.8366.47
HexECFE5570430426342
Octal354376125701030102143102
Binary11101100111111101010101111010000110100001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFE55; }

 p { color: rgb(236,254,85); }

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

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

 a { background-color: rgb(236,254,85); }

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

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

 span { border-color: rgb(236,254,85); }

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