#34D485

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

Shades of Shamrock #34D485

Tints of Shamrock #34D485

Color information

#34D485 (or 0x34D485) is unknown color: approx Shamrock. HEX triplet: 34, D4 and 85. RGB value is (52,212,133). Sum of RGB (Red+Green+Blue) = 52+212+133=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #34D485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D485 is #CB2B7A. Grayscale: #9B9B9B. Windows color (decimal): -13314939 or 8770612. OLE color: 8770612.

HSL color Cylindrical-coordinate representation of color #34D485: hue angle of 150.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D485 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB52212133-
CMYK0.7500.370.17
HSL150.38º65.04%51.76%-
HSV(B)150.38º75.47%83.14%-
XYZ29.1949.5130.21-
YUV155.15115.4954.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.10%
GREEN value IS 212 (83.20% from 255) = 53.40%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=13.10%
G=53.40%
B=33.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal522121330.7500.370.17150.3865.0451.76
Hex34D4854B02511964134
Octal643242051130452122610164
Binary11010011010100100001011001011010010110001100101101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,212,133); }

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

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

 a { background-color: rgb(52,212,133); }

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

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

 span { border-color: rgb(52,212,133); }

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