#34DD89

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

Shades of Shamrock #34DD89

Tints of Shamrock #34DD89

Color information

#34DD89 (or 0x34DD89) is unknown color: approx Shamrock. HEX triplet: 34, DD and 89. RGB value is (52,221,137). Sum of RGB (Red+Green+Blue) = 52+221+137=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DD89 is #CB2276. Grayscale: #A1A1A1. Windows color (decimal): -13312631 or 9035060. OLE color: 9035060.

HSL color Cylindrical-coordinate representation of color #34DD89: hue angle of 150.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DD89 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB52221137-
CMYK0.7600.380.13
HSL150.18º71.31%53.53%-
HSV(B)150.18º76.47%86.67%-
XYZ31.7954.2532.46-
YUV160.89114.5150.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.68%
GREEN value IS 221 (86.72% from 255) = 53.90%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=12.68%
G=53.90%
B=33.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522211370.7600.380.13150.1871.3153.53
Hex34DD894C026D964736
Octal643352111140461522610766
Binary1101001101110110001001100110001001101101100101101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34DD89; }

 p { color: rgb(52,221,137); }

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

<style>
 a { background-color: #34DD89; }

 a { background-color: rgb(52,221,137); }

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

<style>
 span { border-color: #34DD89; }

 span { border-color: rgb(52,221,137); }

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