Html Css Color HEX #40D78A Shamrock

📋 copy color: '#40D78A'

red 64 ◦ green 215 ◦ blue 138

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

Shades of Shamrock #40D78A

Tints of Shamrock #40D78A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.56%

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 15.35%
G = 51.56%
B = 33.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#40D78A (or 0x40D78A) is known color: Shamrock. HEX triplet: 40, D7 and 8A. RGB value is (64,215,138). Sum of RGB (Red+Green+Blue) = 64+215+138=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #40D78A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D78A is #BF2875. Grayscale: #A1A1A1. Windows color (decimal): -12527734 or 9099072. OLE color: 9099072.

HSL color Cylindrical-coordinate representation of color #40D78A: hue angle of 149.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D78A is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 215 138 -
CMYK 0.70 0 0.36 0.16
HSL 149.4º 0.65% 0.55% -
HSV(B) 149.4º 0.7% 0.84% -
XYZ 31 51.53 32.36 -
YUV 161.07 114.97 58.76 -
System Red Green Blue C M Y K H S L
Decimal 64 215 138 0.70 0 0.36 0.16 149.4 0.65 0.55
Hex 40 D7 8A 46 0 24 10 95 41 37
Octal 100 327 212 106 0 44 20 225 101 67
Binary 1000000 11010111 10001010 1000110 0 100100 10000 10010101 1000001 110111

Color Harmonies of #40D78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D78A

Black with #40D78A

Text Example


Text Example

White with #40D78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,215,138); }

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

background-color css

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

 a { background-color: rgb(64,215,138); }

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

border-color css

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

 span { border-color: rgb(64,215,138); }

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