#21D48E

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

Shades of Shamrock #21D48E

Tints of Shamrock #21D48E

Color information

#21D48E (or 0x21D48E) is unknown color: approx Shamrock. HEX triplet: 21, D4 and 8E. RGB value is (33,212,142). Sum of RGB (Red+Green+Blue) = 33+212+142=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #21D48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D48E is #DE2B71. Grayscale: #969696. Windows color (decimal): -14560114 or 9360417. OLE color: 9360417.

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

Color convert

RGB33212142-
CMYK0.8400.330.17
HSL156.54º73.06%48.04%-
HSV(B)156.54º84.43%83.14%-
XYZ29.0549.3633.59-
YUV150.5123.244.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.53%
GREEN value IS 212 (83.20% from 255) = 54.78%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=8.53%
G=54.78%
B=36.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal332121420.8400.330.17156.5473.0648.04
Hex21D48E54021119d4930
Octal413242161240412123511160
Binary10000111010100100011101010100010000110001100111011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,212,142); }

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

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

 a { background-color: rgb(33,212,142); }

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

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

 span { border-color: rgb(33,212,142); }

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