#21C68C

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

Shades of Mountain Meadow #21C68C

Tints of Mountain Meadow #21C68C

Color information

#21C68C (or 0x21C68C) is unknown color: approx Mountain Meadow. HEX triplet: 21, C6 and 8C. RGB value is (33,198,140). Sum of RGB (Red+Green+Blue) = 33+198+140=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #21C68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C68C is #DE3973. Grayscale: #8E8E8E. Windows color (decimal): -14563700 or 9225761. OLE color: 9225761.

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

Color convert

RGB33198140-
CMYK0.8300.290.22
HSL158.91º71.43%45.29%-
HSV(B)158.91º83.33%77.65%-
XYZ25.5542.631.69-
YUV142.05126.8450.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.89%
GREEN value IS 198 (77.73% from 255) = 53.37%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=8.89%
G=53.37%
B=37.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal331981400.8300.290.22158.9171.4345.29
Hex21C68C5301D169f472d
Octal413062141230352623710755
Binary1000011100011010001100101001101110110110100111111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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