#21B474

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

Shades of Mountain Meadow #21B474

Tints of Mountain Meadow #21B474

Color information

#21B474 (or 0x21B474) is unknown color: approx Mountain Meadow. HEX triplet: 21, B4 and 74. RGB value is (33,180,116). Sum of RGB (Red+Green+Blue) = 33+180+116=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #21B474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B474 is #DE4B8B. Grayscale: #808080. Windows color (decimal): -14568332 or 7648289. OLE color: 7648289.

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

Color convert

RGB33180116-
CMYK0.8200.360.29
HSL153.88º69.01%41.76%-
HSV(B)153.88º81.67%70.59%-
XYZ20.134.2322.07-
YUV128.75120.859.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.03%
GREEN value IS 180 (70.70% from 255) = 54.71%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=10.03%
G=54.71%
B=35.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331801160.8200.360.29153.8869.0141.76
Hex21B474520241D9a452a
Octal412641641220443523210552
Binary1000011011010011101001010010010010011101100110101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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