#21B479

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

Shades of Mountain Meadow #21B479

Tints of Mountain Meadow #21B479

Color information

#21B479 (or 0x21B479) is unknown color: approx Mountain Meadow. HEX triplet: 21, B4 and 79. RGB value is (33,180,121). Sum of RGB (Red+Green+Blue) = 33+180+121=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #21B479 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B479 is #DE4B86. Grayscale: #818181. Windows color (decimal): -14568327 or 7975969. OLE color: 7975969.

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

Color convert

RGB33180121-
CMYK0.8200.330.29
HSL155.92º69.01%41.76%-
HSV(B)155.92º81.67%70.59%-
XYZ20.434.3523.64-
YUV129.32123.359.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 180 (70.70% from 255) = 53.89%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=9.88%
G=53.89%
B=36.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331801210.8200.330.29155.9269.0141.76
Hex21B479520211D9c452a
Octal412641711220413523410552
Binary1000011011010011110011010010010000111101100111001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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