#40DB99

Color #40DB99 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #40DB99

Tints of Shamrock #40DB99

Color information

#40DB99 (or 0x40DB99) is unknown color: approx Shamrock. HEX triplet: 40, DB and 99. RGB value is (64,219,153). Sum of RGB (Red+Green+Blue) = 64+219+153=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DB99 is #BF2466. Grayscale: #A5A5A5. Windows color (decimal): -12526695 or 10083136. OLE color: 10083136.

HSL color Cylindrical-coordinate representation of color #40DB99: hue angle of 154.45º 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 #40DB99 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB64219153-
CMYK0.7100.300.14
HSL154.45º68.28%55.49%-
HSV(B)154.45º70.78%85.88%-
XYZ33.254.0538.82-
YUV165.13121.1555.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.68%
GREEN value IS 219 (85.94% from 255) = 50.23%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=14.68%
G=50.23%
B=35.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642191530.7100.300.14154.4568.2855.49
Hex40DB994701EE9a4437
Octal1003332311070361623210467
Binary1000000110110111001100110001110111101110100110101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40DB99;
 }
 .AnyTagClassName
 {
   color: #40DB99;
 }
</style>
background-color css

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

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

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

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

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

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