#40BE64

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

Shades of Medium Sea Green #40BE64

Tints of Medium Sea Green #40BE64

Color information

#40BE64 (or 0x40BE64) is unknown color: approx Medium Sea Green. HEX triplet: 40, BE and 64. RGB value is (64,190,100). Sum of RGB (Red+Green+Blue) = 64+190+100=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE64 is #BF419B. Grayscale: #8E8E8E. Windows color (decimal): -12534172 or 6602304. OLE color: 6602304.

HSL color Cylindrical-coordinate representation of color #40BE64: hue angle of 137.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE64 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB64190100-
CMYK0.6600.470.25
HSL137.14º49.61%49.8%-
HSV(B)137.14º66.32%74.51%-
XYZ22.8338.8418.35-
YUV142.07104.2672.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 190 (74.61% from 255) = 53.67%
BLUE value IS 100 (39.45% from 255) = 28.25%
R=18.08%
G=53.67%
B=28.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641901000.6600.470.25137.1449.6149.8
Hex40BE644202F19893232
Octal100276144102057312116262
Binary1000000101111101100100100001001011111100110001001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,190,100); }

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

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

 a { background-color: rgb(64,190,100); }

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

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

 span { border-color: rgb(64,190,100); }

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