#21B471

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

Shades of Mountain Meadow #21B471

Tints of Mountain Meadow #21B471

Color information

#21B471 (or 0x21B471) is unknown color: approx Mountain Meadow. HEX triplet: 21, B4 and 71. RGB value is (33,180,113). Sum of RGB (Red+Green+Blue) = 33+180+113=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #21B471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B471 is #DE4B8E. Grayscale: #808080. Windows color (decimal): -14568335 or 7451681. OLE color: 7451681.

HSL color Cylindrical-coordinate representation of color #21B471: hue angle of 152.65º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B471 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB33180113-
CMYK0.8200.370.29
HSL152.65º69.01%41.76%-
HSV(B)152.65º81.67%70.59%-
XYZ19.9334.1621.17-
YUV128.41119.359.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 180 (70.70% from 255) = 55.21%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=10.12%
G=55.21%
B=34.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331801130.8200.370.29152.6569.0141.76
Hex21B471520251D99452a
Octal412641611220453523110552
Binary1000011011010011100011010010010010111101100110011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,180,113); }

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

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

 a { background-color: rgb(33,180,113); }

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

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

 span { border-color: rgb(33,180,113); }

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