#33DD80

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

Shades of Shamrock #33DD80

Tints of Shamrock #33DD80

Color information

#33DD80 (or 0x33DD80) is unknown color: approx Shamrock. HEX triplet: 33, DD and 80. RGB value is (51,221,128). Sum of RGB (Red+Green+Blue) = 51+221+128=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DD80 is #CC227F. Grayscale: #9F9F9F. Windows color (decimal): -13378176 or 8445235. OLE color: 8445235.

HSL color Cylindrical-coordinate representation of color #33DD80: hue angle of 147.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DD80 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB51221128-
CMYK0.7700.420.13
HSL147.18º71.43%53.33%-
HSV(B)147.18º76.92%86.67%-
XYZ31.1253.9829.2-
YUV159.57110.1850.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.75%
GREEN value IS 221 (86.72% from 255) = 55.25%
BLUE value IS 128 (50.39% from 255) = 32%
R=12.75%
G=55.25%
B=32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512211280.7700.420.13147.1871.4353.33
Hex33DD804D02AD934735
Octal633352001150521522310765
Binary1100111101110110000000100110101010101101100100111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,221,128); }

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

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

 a { background-color: rgb(51,221,128); }

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

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

 span { border-color: rgb(51,221,128); }

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