Html Css Color HEX #40D688 Shamrock

📋 copy color: '#40D688'

red 64 ◦ green 214 ◦ blue 136

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

Shades of Shamrock #40D688

Tints of Shamrock #40D688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 15.46%
G = 51.69%
B = 32.85%

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

#40D688 (or 0x40D688) is known color: Shamrock. HEX triplet: 40, D6 and 88. RGB value is (64,214,136). Sum of RGB (Red+Green+Blue) = 64+214+136=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #40D688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D688 is #BF2977. Grayscale: #A0A0A0. Windows color (decimal): -12527992 or 8967744. OLE color: 8967744.

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

Color convert

RGB 64 214 136 -
CMYK 0.70 0 0.36 0.16
HSL 148.8º 0.65% 0.55% -
HSV(B) 148.8º 0.7% 0.84% -
XYZ 30.6 50.96 31.52 -
YUV 160.26 114.31 59.34 -
System Red Green Blue C M Y K H S L
Decimal 64 214 136 0.70 0 0.36 0.16 148.8 0.65 0.55
Hex 40 D6 88 46 0 24 10 95 41 37
Octal 100 326 210 106 0 44 20 225 101 67
Binary 1000000 11010110 10001000 1000110 0 100100 10000 10010101 1000001 110111

Color Harmonies of #40D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D688

Black with #40D688

Text Example


Text Example

White with #40D688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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