#21D38C

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

Shades of Shamrock #21D38C

Tints of Shamrock #21D38C

Color information

#21D38C (or 0x21D38C) is unknown color: approx Shamrock. HEX triplet: 21, D3 and 8C. RGB value is (33,211,140). Sum of RGB (Red+Green+Blue) = 33+211+140=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #21D38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D38C is #DE2C73. Grayscale: #959595. Windows color (decimal): -14560372 or 9229089. OLE color: 9229089.

HSL color Cylindrical-coordinate representation of color #21D38C: hue angle of 156.07º 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 #21D38C is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB33211140-
CMYK0.8400.340.17
HSL156.07º72.95%47.84%-
HSV(B)156.07º84.36%82.75%-
XYZ28.6648.8132.72-
YUV149.68122.5344.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.59%
GREEN value IS 211 (82.81% from 255) = 54.95%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=8.59%
G=54.95%
B=36.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal332111400.8400.340.17156.0772.9547.84
Hex21D38C54022119c4930
Octal413232141240422123411160
Binary10000111010011100011001010100010001010001100111001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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