Html Css Color HEX #40BC74 Medium Sea Green

📋 copy color: '#40BC74'

red 64 ◦ green 188 ◦ blue 116

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

Shades of Medium Sea Green #40BC74

Tints of Medium Sea Green #40BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.09%

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 17.39%
G = 51.09%
B = 31.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#40BC74 (or 0x40BC74) is known color: Medium Sea Green. HEX triplet: 40, BC and 74. RGB value is (64,188,116). Sum of RGB (Red+Green+Blue) = 64+188+116=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC74 is #BF438B. Grayscale: #8E8E8E. Windows color (decimal): -12534668 or 7650368. OLE color: 7650368.

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

Color convert

RGB 64 188 116 -
CMYK 0.66 0 0.38 0.26
HSL 145.16º 0.49% 0.49% -
HSV(B) 145.16º 0.66% 0.74% -
XYZ 23.25 38.32 22.69 -
YUV 142.72 112.92 71.85 -
System Red Green Blue C M Y K H S L
Decimal 64 188 116 0.66 0 0.38 0.26 145.16 0.49 0.49
Hex 40 BC 74 42 0 26 1A 91 31 31
Octal 100 274 164 102 0 46 32 221 61 61
Binary 1000000 10111100 1110100 1000010 0 100110 11010 10010001 110001 110001

Color Harmonies of #40BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC74

Black with #40BC74

Text Example


Text Example

White with #40BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,188,116); }

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

background-color css

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

 a { background-color: rgb(64,188,116); }

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

border-color css

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

 span { border-color: rgb(64,188,116); }

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