#33D49F

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

Shades of Shamrock #33D49F

Tints of Shamrock #33D49F

Color information

#33D49F (or 0x33D49F) is unknown color: approx Shamrock. HEX triplet: 33, D4 and 9F. RGB value is (51,212,159). Sum of RGB (Red+Green+Blue) = 51+212+159=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #33D49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D49F is #CC2B60. Grayscale: #9D9D9D. Windows color (decimal): -13380449 or 10474547. OLE color: 10474547.

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

Color convert

RGB51212159-
CMYK0.7600.250.17
HSL160.25º65.18%51.57%-
HSV(B)160.25º75.94%83.14%-
XYZ31.1750.2940.87-
YUV157.82128.6651.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.09%
GREEN value IS 212 (83.20% from 255) = 50.24%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=12.09%
G=50.24%
B=37.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal512121590.7600.250.17160.2565.1851.57
Hex33D49F4C01911a04134
Octal633242371140312124010164
Binary1100111101010010011111100110001100110001101000001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33D49F; }

 p { color: rgb(51,212,159); }

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

<style>
 a { background-color: #33D49F; }

 a { background-color: rgb(51,212,159); }

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

<style>
 span { border-color: #33D49F; }

 span { border-color: rgb(51,212,159); }

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