#21c672

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

Shades of Mountain Meadow #21C672

Tints of Mountain Meadow #21C672

Color information

#21C672 (or 0x21C672) is unknown color: approx Mountain Meadow. HEX triplet: 21, C6 and 72. RGB value is (33,198,114). Sum of RGB (Red+Green+Blue) = 33+198+114=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #21C672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C672 is #DE398D. Grayscale: #8B8B8B. Windows color (decimal): -14563726 or 7521825. OLE color: 7521825.

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

Color convert

RGB33198114-
CMYK0.8300.420.22
HSL149.45º71.43%45.29%-
HSV(B)149.45º83.33%77.65%-
XYZ23.8641.9322.75-
YUV139.09113.8452.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.57%
GREEN value IS 198 (77.73% from 255) = 57.39%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=9.57%
G=57.39%
B=33.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal331981140.8300.420.22149.4571.4345.29
Hex21C6725302A1695472d
Octal413061621230522622510755
Binary1000011100011011100101010011010101010110100101011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21c672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,198,114); }

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

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

 a { background-color: rgb(33,198,114); }

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

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

 span { border-color: rgb(33,198,114); }

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