Html Css Color HEX #40C275 Medium Sea Green

📋 copy color: '#40C275'

red 64 ◦ green 194 ◦ blue 117

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

Shades of Medium Sea Green #40C275

Tints of Medium Sea Green #40C275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.73%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 17.07%
G = 51.73%
B = 31.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#40C275 (or 0x40C275) is known color: Medium Sea Green. HEX triplet: 40, C2 and 75. RGB value is (64,194,117). Sum of RGB (Red+Green+Blue) = 64+194+117=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #40C275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C275 is #BF3D8A. Grayscale: #929292. Windows color (decimal): -12533131 or 7717440. OLE color: 7717440.

HSL color Cylindrical-coordinate representation of color #40C275: hue angle of 144.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C275 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 117 -
CMYK 0.67 0 0.40 0.24
HSL 144.46º 0.52% 0.51% -
HSV(B) 144.46º 0.67% 0.76% -
XYZ 24.62 40.96 23.44 -
YUV 146.35 111.43 69.26 -
System Red Green Blue C M Y K H S L
Decimal 64 194 117 0.67 0 0.40 0.24 144.46 0.52 0.51
Hex 40 C2 75 43 0 28 18 90 34 33
Octal 100 302 165 103 0 50 30 220 64 63
Binary 1000000 11000010 1110101 1000011 0 101000 11000 10010000 110100 110011

Color Harmonies of #40C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C275

Black with #40C275

Text Example


Text Example

White with #40C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,194,117); }

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

background-color css

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

 a { background-color: rgb(64,194,117); }

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

border-color css

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

 span { border-color: rgb(64,194,117); }

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