#21DD96

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

Shades of Shamrock #21DD96

Tints of Shamrock #21DD96

Color information

#21DD96 (or 0x21DD96) is unknown color: approx Shamrock. HEX triplet: 21, DD and 96. RGB value is (33,221,150). Sum of RGB (Red+Green+Blue) = 33+221+150=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DD96 is #DE2269. Grayscale: #9C9C9C. Windows color (decimal): -14557802 or 9887009. OLE color: 9887009.

HSL color Cylindrical-coordinate representation of color #21DD96: hue angle of 157.34º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DD96 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB33221150-
CMYK0.8500.320.13
HSL157.34º74.02%49.8%-
HSV(B)157.34º85.07%86.67%-
XYZ31.9954.2437.64-
YUV156.69124.2239.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.17%
GREEN value IS 221 (86.72% from 255) = 54.70%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=8.17%
G=54.70%
B=37.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332211500.8500.320.13157.3474.0249.8
Hex21DD9655020D9d4a32
Octal413352261250401523511262
Binary1000011101110110010110101010101000001101100111011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21DD96; }

 p { color: rgb(33,221,150); }

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

<style>
 a { background-color: #21DD96; }

 a { background-color: rgb(33,221,150); }

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

<style>
 span { border-color: #21DD96; }

 span { border-color: rgb(33,221,150); }

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