#33CC96

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

Shades of Shamrock #33CC96

Tints of Shamrock #33CC96

Color information

#33CC96 (or 0x33CC96) is unknown color: approx Shamrock. HEX triplet: 33, CC and 96. RGB value is (51,204,150). Sum of RGB (Red+Green+Blue) = 51+204+150=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CC96 is #CC3369. Grayscale: #989898. Windows color (decimal): -13382506 or 9882675. OLE color: 9882675.

HSL color Cylindrical-coordinate representation of color #33CC96: hue angle of 158.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC96 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB51204150-
CMYK0.7500.260.2
HSL158.82º60%50%-
HSV(B)158.82º75%80%-
XYZ28.4646.0936.25-
YUV152.1126.8155.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.59%
GREEN value IS 204 (80.08% from 255) = 50.37%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=12.59%
G=50.37%
B=37.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041500.7500.260.2158.826050
Hex33CC964B01A149f3c32
Octal63314226113032242377462
Binary110011110011001001011010010110110101010010011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,204,150); }

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

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

 a { background-color: rgb(51,204,150); }

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

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

 span { border-color: rgb(51,204,150); }

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