#21c47c

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

Shades of Mountain Meadow #21C47C

Tints of Mountain Meadow #21C47C

Color information

#21C47C (or 0x21C47C) is unknown color: approx Mountain Meadow. HEX triplet: 21, C4 and 7C. RGB value is (33,196,124). Sum of RGB (Red+Green+Blue) = 33+196+124=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #21C47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C47C is #DE3B83. Grayscale: #8B8B8B. Windows color (decimal): -14564228 or 8176673. OLE color: 8176673.

HSL color Cylindrical-coordinate representation of color #21C47C: hue angle of 153.5º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C47C is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB33196124-
CMYK0.8300.370.23
HSL153.5º71.18%44.9%-
HSV(B)153.5º83.16%76.86%-
XYZ24.0141.2625.77-
YUV139.06119.552.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.35%
GREEN value IS 196 (76.95% from 255) = 55.52%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=9.35%
G=55.52%
B=35.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331961240.8300.370.23153.571.1844.9
Hex21C47C530251799472d
Octal413041741230452723110755
Binary1000011100010011111001010011010010110111100110011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21c47c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,196,124); }

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

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

 a { background-color: rgb(33,196,124); }

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

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

 span { border-color: rgb(33,196,124); }

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