#33D485

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

Shades of Shamrock #33D485

Tints of Shamrock #33D485

Color information

#33D485 (or 0x33D485) is unknown color: approx Shamrock. HEX triplet: 33, D4 and 85. RGB value is (51,212,133). Sum of RGB (Red+Green+Blue) = 51+212+133=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #33D485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D485 is #CC2B7A. Grayscale: #9B9B9B. Windows color (decimal): -13380475 or 8770611. OLE color: 8770611.

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

Color convert

RGB51212133-
CMYK0.7600.370.17
HSL150.56º65.18%51.57%-
HSV(B)150.56º75.94%83.14%-
XYZ29.1449.4830.21-
YUV154.85115.6653.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.88%
GREEN value IS 212 (83.20% from 255) = 53.54%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=12.88%
G=53.54%
B=33.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal512121330.7600.370.17150.5665.1851.57
Hex33D4854C02511974134
Octal633242051140452122710164
Binary11001111010100100001011001100010010110001100101111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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