Html Css Color HEX #40D38B Shamrock

📋 copy color: '#40D38B'

red 64 ◦ green 211 ◦ blue 139

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

Shades of Shamrock #40D38B

Tints of Shamrock #40D38B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.97%

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 15.46%
G = 50.97%
B = 33.57%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#40D38B (or 0x40D38B) is known color: Shamrock. HEX triplet: 40, D3 and 8B. RGB value is (64,211,139). Sum of RGB (Red+Green+Blue) = 64+211+139=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #40D38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D38B is #BF2C74. Grayscale: #9E9E9E. Windows color (decimal): -12528757 or 9163584. OLE color: 9163584.

HSL color Cylindrical-coordinate representation of color #40D38B: hue angle of 150.61º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D38B is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 64 211 139 -
CMYK 0.70 0 0.34 0.17
HSL 150.61º 0.63% 0.54% -
HSV(B) 150.61º 0.7% 0.83% -
XYZ 30.07 49.54 32.4 -
YUV 158.84 116.8 60.35 -
System Red Green Blue C M Y K H S L
Decimal 64 211 139 0.70 0 0.34 0.17 150.61 0.63 0.54
Hex 40 D3 8B 46 0 22 11 97 3F 36
Octal 100 323 213 106 0 42 21 227 77 66
Binary 1000000 11010011 10001011 1000110 0 100010 10001 10010111 111111 110110

Color Harmonies of #40D38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D38B

Black with #40D38B

Text Example


Text Example

White with #40D38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,211,139); }

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

background-color css

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

 a { background-color: rgb(64,211,139); }

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

border-color css

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

 span { border-color: rgb(64,211,139); }

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