Html Css Color HEX #40BD64 Medium Sea Green

📋 copy color: '#40BD64'

red 64 ◦ green 189 ◦ blue 100

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

Shades of Medium Sea Green #40BD64

Tints of Medium Sea Green #40BD64

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.54%

 BLUE value IS 100 (39.45% from 255) = 28.33%

R = 18.13%
G = 53.54%
B = 28.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#40BD64 (or 0x40BD64) is known color: Medium Sea Green. HEX triplet: 40, BD and 64. RGB value is (64,189,100). Sum of RGB (Red+Green+Blue) = 64+189+100=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BD64 is #BF429B. Grayscale: #8D8D8D. Windows color (decimal): -12534428 or 6602048. OLE color: 6602048.

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

Color convert

RGB 64 189 100 -
CMYK 0.66 0 0.47 0.26
HSL 137.28º 0.49% 0.5% -
HSV(B) 137.28º 0.66% 0.74% -
XYZ 22.61 38.41 18.28 -
YUV 141.48 104.59 72.74 -
System Red Green Blue C M Y K H S L
Decimal 64 189 100 0.66 0 0.47 0.26 137.28 0.49 0.5
Hex 40 BD 64 42 0 2F 1A 89 31 32
Octal 100 275 144 102 0 57 32 211 61 62
Binary 1000000 10111101 1100100 1000010 0 101111 11010 10001001 110001 110010

Color Harmonies of #40BD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BD64

Black with #40BD64

Text Example


Text Example

White with #40BD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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