#33D480

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

Shades of Shamrock #33D480

Tints of Shamrock #33D480

Color information

#33D480 (or 0x33D480) is unknown color: approx Shamrock. HEX triplet: 33, D4 and 80. RGB value is (51,212,128). Sum of RGB (Red+Green+Blue) = 51+212+128=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #33D480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D480 is #CC2B7F. Grayscale: #9A9A9A. Windows color (decimal): -13380480 or 8442931. OLE color: 8442931.

HSL color Cylindrical-coordinate representation of color #33D480: hue angle of 148.7º 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 #33D480 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB51212128-
CMYK0.7600.400.17
HSL148.7º65.18%51.57%-
HSV(B)148.7º75.94%83.14%-
XYZ28.8149.3528.43-
YUV154.28113.1654.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 212 (83.20% from 255) = 54.22%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=13.04%
G=54.22%
B=32.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal512121280.7600.400.17148.765.1851.57
Hex33D4804C02811954134
Octal633242001140502122510164
Binary11001111010100100000001001100010100010001100101011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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