#21DD93

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

Shades of Shamrock #21DD93

Tints of Shamrock #21DD93

Color information

#21DD93 (or 0x21DD93) is unknown color: approx Shamrock. HEX triplet: 21, DD and 93. RGB value is (33,221,147). Sum of RGB (Red+Green+Blue) = 33+221+147=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DD93 is #DE226C. Grayscale: #9C9C9C. Windows color (decimal): -14557805 or 9690401. OLE color: 9690401.

HSL color Cylindrical-coordinate representation of color #21DD93: hue angle of 156.38º 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 #21DD93 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB33221147-
CMYK0.8500.330.13
HSL156.38º74.02%49.8%-
HSV(B)156.38º85.07%86.67%-
XYZ31.7554.1436.38-
YUV156.35122.7240.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.23%
GREEN value IS 221 (86.72% from 255) = 55.11%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=8.23%
G=55.11%
B=36.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal332211470.8500.330.13156.3874.0249.8
Hex21DD9355021D9c4a32
Octal413352231250411523411262
Binary1000011101110110010011101010101000011101100111001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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