#21D988

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

Shades of Shamrock #21D988

Tints of Shamrock #21D988

Color information

#21D988 (or 0x21D988) is unknown color: approx Shamrock. HEX triplet: 21, D9 and 88. RGB value is (33,217,136). Sum of RGB (Red+Green+Blue) = 33+217+136=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #21D988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D988 is #DE2677. Grayscale: #989898. Windows color (decimal): -14558840 or 8968481. OLE color: 8968481.

HSL color Cylindrical-coordinate representation of color #21D988: hue angle of 153.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D988 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB33217136-
CMYK0.8500.370.15
HSL153.59º73.6%49.02%-
HSV(B)153.59º84.79%85.1%-
XYZ29.8851.7331.7-
YUV152.75118.5442.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.55%
GREEN value IS 217 (85.16% from 255) = 56.22%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=8.55%
G=56.22%
B=35.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal332171360.8500.370.15153.5973.649.02
Hex21D98855025F9a4a31
Octal413312101250451723211261
Binary1000011101100110001000101010101001011111100110101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,217,136); }

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

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

 a { background-color: rgb(33,217,136); }

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

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

 span { border-color: rgb(33,217,136); }

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