Html Css Color HEX #40D68E Shamrock

📋 copy color: '#40D68E'

red 64 ◦ green 214 ◦ blue 142

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

Shades of Shamrock #40D68E

Tints of Shamrock #40D68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.95%

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 15.24%
G = 50.95%
B = 33.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#40D68E (or 0x40D68E) is known color: Shamrock. HEX triplet: 40, D6 and 8E. RGB value is (64,214,142). Sum of RGB (Red+Green+Blue) = 64+214+142=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #40D68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D68E is #BF2971. Grayscale: #A1A1A1. Windows color (decimal): -12527986 or 9360960. OLE color: 9360960.

HSL color Cylindrical-coordinate representation of color #40D68E: hue angle of 151.2º 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 #40D68E is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 214 142 -
CMYK 0.70 0 0.34 0.16
HSL 151.2º 0.65% 0.55% -
HSV(B) 151.2º 0.7% 0.84% -
XYZ 31.04 51.14 33.83 -
YUV 160.94 117.31 58.85 -
System Red Green Blue C M Y K H S L
Decimal 64 214 142 0.70 0 0.34 0.16 151.2 0.65 0.55
Hex 40 D6 8E 46 0 22 10 97 41 37
Octal 100 326 216 106 0 42 20 227 101 67
Binary 1000000 11010110 10001110 1000110 0 100010 10000 10010111 1000001 110111

Color Harmonies of #40D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D68E

Black with #40D68E

Text Example


Text Example

White with #40D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,214,142); }

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

background-color css

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

 a { background-color: rgb(64,214,142); }

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

border-color css

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

 span { border-color: rgb(64,214,142); }

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