#40E285

Color #40E285 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #40E285

Tints of Emerald #40E285

Color information

#40E285 (or 0x40E285) is unknown color: approx Emerald. HEX triplet: 40, E2 and 85. RGB value is (64,226,133). Sum of RGB (Red+Green+Blue) = 64+226+133=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 226 (88.67% from 255 or 53.43% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 226 - color contains mainly: green. Hex color #40E285 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E285 is #BF1D7A. Grayscale: #A7A7A7. Windows color (decimal): -12524923 or 8774208. OLE color: 8774208.

HSL color Cylindrical-coordinate representation of color #40E285: hue angle of 145.56º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E285 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB64226133-
CMYK0.7200.410.11
HSL145.56º73.64%56.86%-
HSV(B)145.56º71.68%88.63%-
XYZ33.5457.1831.46-
YUV166.96108.8354.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.13%
GREEN value IS 226 (88.67% from 255) = 53.43%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=15.13%
G=53.43%
B=31.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal642261330.7200.410.11145.5673.6456.86
Hex40E28548029B924a39
Octal1003422051100511322211271
Binary10000001110001010000101100100001010011011100100101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40E285; }

 p { color: rgb(64,226,133); }

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

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

 a { background-color: rgb(64,226,133); }

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

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

 span { border-color: rgb(64,226,133); }

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