#33D494

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

Shades of Shamrock #33D494

Tints of Shamrock #33D494

Color information

#33D494 (or 0x33D494) is unknown color: approx Shamrock. HEX triplet: 33, D4 and 94. RGB value is (51,212,148). Sum of RGB (Red+Green+Blue) = 51+212+148=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #33D494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D494 is #CC2B6B. Grayscale: #9C9C9C. Windows color (decimal): -13380460 or 9753651. OLE color: 9753651.

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

Color convert

RGB51212148-
CMYK0.7600.300.17
HSL156.15º65.18%51.57%-
HSV(B)156.15º75.94%83.14%-
XYZ30.2549.9336.06-
YUV156.56123.1652.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.41%
GREEN value IS 212 (83.20% from 255) = 51.58%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=12.41%
G=51.58%
B=36.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal512121480.7600.300.17156.1565.1851.57
Hex33D4944C01E119c4134
Octal633242241140362123410164
Binary1100111101010010010100100110001111010001100111001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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