Html Css Color HEX #40D58A Shamrock

📋 copy color: '#40D58A'

red 64 ◦ green 213 ◦ blue 138

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

Shades of Shamrock #40D58A

Tints of Shamrock #40D58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.33%

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

R = 15.42%
G = 51.33%
B = 33.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#40D58A (or 0x40D58A) is known color: Shamrock. HEX triplet: 40, D5 and 8A. RGB value is (64,213,138). Sum of RGB (Red+Green+Blue) = 64+213+138=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #40D58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D58A is #BF2A75. Grayscale: #A0A0A0. Windows color (decimal): -12528246 or 9098560. OLE color: 9098560.

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

Color convert

RGB 64 213 138 -
CMYK 0.70 0 0.35 0.16
HSL 149.8º 0.64% 0.54% -
HSV(B) 149.8º 0.7% 0.84% -
XYZ 30.5 50.51 32.19 -
YUV 159.9 115.64 59.6 -
System Red Green Blue C M Y K H S L
Decimal 64 213 138 0.70 0 0.35 0.16 149.8 0.64 0.54
Hex 40 D5 8A 46 0 23 10 96 40 36
Octal 100 325 212 106 0 43 20 226 100 66
Binary 1000000 11010101 10001010 1000110 0 100011 10000 10010110 1000000 110110

Color Harmonies of #40D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D58A

Black with #40D58A

Text Example


Text Example

White with #40D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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