#21D384

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

Shades of Shamrock #21D384

Tints of Shamrock #21D384

Color information

#21D384 (or 0x21D384) is unknown color: approx Shamrock. HEX triplet: 21, D3 and 84. RGB value is (33,211,132). Sum of RGB (Red+Green+Blue) = 33+211+132=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #21D384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D384 is #DE2C7B. Grayscale: #949494. Windows color (decimal): -14560380 or 8704801. OLE color: 8704801.

HSL color Cylindrical-coordinate representation of color #21D384: hue angle of 153.37º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D384 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB33211132-
CMYK0.8400.370.17
HSL153.37º72.95%47.84%-
HSV(B)153.37º84.36%82.75%-
XYZ28.0948.5829.73-
YUV148.77118.5345.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.78%
GREEN value IS 211 (82.81% from 255) = 56.12%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=8.78%
G=56.12%
B=35.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal332111320.8400.370.17153.3772.9547.84
Hex21D3845402511994930
Octal413232041240452123111160
Binary10000111010011100001001010100010010110001100110011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,211,132); }

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

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

 a { background-color: rgb(33,211,132); }

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

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

 span { border-color: rgb(33,211,132); }

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