#21D193

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

Shades of Shamrock #21D193

Tints of Shamrock #21D193

Color information

#21D193 (or 0x21D193) is unknown color: approx Shamrock. HEX triplet: 21, D1 and 93. RGB value is (33,209,147). Sum of RGB (Red+Green+Blue) = 33+209+147=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #21D193 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D193 is #DE2E6C. Grayscale: #959595. Windows color (decimal): -14560877 or 9687329. OLE color: 9687329.

HSL color Cylindrical-coordinate representation of color #21D193: hue angle of 158.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D193 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB33209147-
CMYK0.8400.300.18
HSL158.86º72.73%47.45%-
HSV(B)158.86º84.21%81.96%-
XYZ28.6948.0335.36-
YUV149.31126.6945.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.48%
GREEN value IS 209 (82.03% from 255) = 53.73%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=8.48%
G=53.73%
B=37.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal332091470.8400.300.18158.8672.7347.45
Hex21D1935401E129f492f
Octal413212231240362223711157
Binary1000011101000110010011101010001111010010100111111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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