Html Css Color HEX #40BF7D Medium Sea Green

📋 copy color: '#40BF7D'

red 64 ◦ green 191 ◦ blue 125

#40BF7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #40BF7D

Tints of Medium Sea Green #40BF7D

RGB

 RED value IS 64 (25.39% from 255) = 16.84%

 GREEN value IS 191 (75% from 255) = 50.26%

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 16.84%
G = 50.26%
B = 32.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#40BF7D (or 0x40BF7D) is known color: Medium Sea Green. HEX triplet: 40, BF and 7D. RGB value is (64,191,125). Sum of RGB (Red+Green+Blue) = 64+191+125=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF7D is #BF4082. Grayscale: #919191. Windows color (decimal): -12533891 or 8240960. OLE color: 8240960.

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

Color convert

RGB 64 191 125 -
CMYK 0.66 0 0.35 0.25
HSL 148.82º 0.5% 0.5% -
HSV(B) 148.82º 0.66% 0.75% -
XYZ 24.45 39.83 25.8 -
YUV 145.5 116.42 69.87 -
System Red Green Blue C M Y K H S L
Decimal 64 191 125 0.66 0 0.35 0.25 148.82 0.5 0.5
Hex 40 BF 7D 42 0 23 19 95 32 32
Octal 100 277 175 102 0 43 31 225 62 62
Binary 1000000 10111111 1111101 1000010 0 100011 11001 10010101 110010 110010

Color Harmonies of #40BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BF7D

Black with #40BF7D

Text Example


Text Example

White with #40BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40BF7D;
 }
 .AnyTagClassName
 {
   color: #40BF7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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