#40C35F

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

Shades of Medium Sea Green #40C35F

Tints of Medium Sea Green #40C35F

Color information

#40C35F (or 0x40C35F) is unknown color: approx Medium Sea Green. HEX triplet: 40, C3 and 5F. RGB value is (64,195,95). Sum of RGB (Red+Green+Blue) = 64+195+95=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #40C35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C35F is #BF3CA0. Grayscale: #909090. Windows color (decimal): -12532897 or 6275904. OLE color: 6275904.

HSL color Cylindrical-coordinate representation of color #40C35F: hue angle of 134.2º 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 #40C35F is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB6419595-
CMYK0.6700.510.24
HSL134.2º52.19%50.78%-
HSV(B)134.2º67.18%76.47%-
XYZ23.740.9517.48-
YUV144.43100.170.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 195 (76.56% from 255) = 55.08%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=18.08%
G=55.08%
B=26.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64195950.6700.510.24134.252.1950.78
Hex40C35F4303318863433
Octal100303137103063302066463
Binary1000000110000111011111100001101100111100010000110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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