Html Css Color HEX #40DB8B Shamrock

📋 copy color: '#40DB8B'

red 64 ◦ green 219 ◦ blue 139

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

Shades of Shamrock #40DB8B

Tints of Shamrock #40DB8B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.9%

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

R = 15.17%
G = 51.9%
B = 32.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#40DB8B (or 0x40DB8B) is known color: Shamrock. HEX triplet: 40, DB and 8B. RGB value is (64,219,139). Sum of RGB (Red+Green+Blue) = 64+219+139=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DB8B is #BF2474. Grayscale: #A3A3A3. Windows color (decimal): -12526709 or 9165632. OLE color: 9165632.

HSL color Cylindrical-coordinate representation of color #40DB8B: hue angle of 149.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DB8B is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 219 139 -
CMYK 0.71 0 0.37 0.14
HSL 149.03º 0.68% 0.55% -
HSV(B) 149.03º 0.71% 0.86% -
XYZ 32.11 53.62 33.08 -
YUV 163.54 114.15 57 -
System Red Green Blue C M Y K H S L
Decimal 64 219 139 0.71 0 0.37 0.14 149.03 0.68 0.55
Hex 40 DB 8B 47 0 25 E 95 44 37
Octal 100 333 213 107 0 45 16 225 104 67
Binary 1000000 11011011 10001011 1000111 0 100101 1110 10010101 1000100 110111

Color Harmonies of #40DB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DB8B

Black with #40DB8B

Text Example


Text Example

White with #40DB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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