#40BF65

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

Shades of Medium Sea Green #40BF65

Tints of Medium Sea Green #40BF65

Color information

#40BF65 (or 0x40BF65) is unknown color: approx Medium Sea Green. HEX triplet: 40, BF and 65. RGB value is (64,191,101). Sum of RGB (Red+Green+Blue) = 64+191+101=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF65 is #BF409A. Grayscale: #8F8F8F. Windows color (decimal): -12533915 or 6668096. OLE color: 6668096.

HSL color Cylindrical-coordinate representation of color #40BF65: hue angle of 137.48º 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 #40BF65 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB64191101-
CMYK0.6600.470.25
HSL137.48º49.8%50%-
HSV(B)137.48º66.49%74.9%-
XYZ23.0939.2918.68-
YUV142.77104.4271.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 191 (75% from 255) = 53.65%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=17.98%
G=53.65%
B=28.37%

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
Decimal641911010.6600.470.25137.4849.850
Hex40BF654202F19893232
Octal100277145102057312116262
Binary1000000101111111100101100001001011111100110001001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,191,101); }

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

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

 a { background-color: rgb(64,191,101); }

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

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

 span { border-color: rgb(64,191,101); }

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