#40E960

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

Shades of Emerald #40E960

Tints of Emerald #40E960

Color information

#40E960 (or 0x40E960) is unknown color: approx Emerald. HEX triplet: 40, E9 and 60. RGB value is (64,233,96). Sum of RGB (Red+Green+Blue) = 64+233+96=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 233 (91.41% from 255 or 59.29% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 233 - color contains mainly: green. Hex color #40E960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E960 is #BF169F. Grayscale: #A7A7A7. Windows color (decimal): -12523168 or 6351168. OLE color: 6351168.

HSL color Cylindrical-coordinate representation of color #40E960: hue angle of 131.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E960 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB6423396-
CMYK0.7300.590.09
HSL131.36º79.34%58.24%-
HSV(B)131.36º72.53%91.37%-
XYZ33.3660.2120.93-
YUV166.8588.0154.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.28%
GREEN value IS 233 (91.41% from 255) = 59.29%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=16.28%
G=59.29%
B=24.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal64233960.7300.590.09131.3679.3458.24
Hex40E9604903B9834f3a
Octal1003511401110731120311772
Binary1000000111010011100000100100101110111001100000111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,233,96); }

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

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

 a { background-color: rgb(64,233,96); }

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

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

 span { border-color: rgb(64,233,96); }

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