#40C35E

Color #40C35E Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #40C35E

Tints of Medium Sea Green #40C35E

Color information

#40C35E (or 0x40C35E) is unknown color: approx Medium Sea Green. HEX triplet: 40, C3 and 5E. RGB value is (64,195,94). Sum of RGB (Red+Green+Blue) = 64+195+94=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #40C35E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C35E is #BF3CA1. Grayscale: #909090. Windows color (decimal): -12532898 or 6210368. OLE color: 6210368.

HSL color Cylindrical-coordinate representation of color #40C35E: hue angle of 133.74º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C35E is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB6419594-
CMYK0.6700.520.24
HSL133.74º52.19%50.78%-
HSV(B)133.74º67.18%76.47%-
XYZ23.6540.9317.24-
YUV144.3299.670.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 195 (76.56% from 255) = 55.24%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=18.13%
G=55.24%
B=26.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64195940.6700.520.24133.7452.1950.78
Hex40C35E4303418863433
Octal100303136103064302066463
Binary1000000110000111011110100001101101001100010000110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,195,94); }

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

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

 a { background-color: rgb(64,195,94); }

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

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

 span { border-color: rgb(64,195,94); }

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