#21C486

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

Shades of Mountain Meadow #21C486

Tints of Mountain Meadow #21C486

Color information

#21C486 (or 0x21C486) is unknown color: approx Mountain Meadow. HEX triplet: 21, C4 and 86. RGB value is (33,196,134). Sum of RGB (Red+Green+Blue) = 33+196+134=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #21C486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C486 is #DE3B79. Grayscale: #8C8C8C. Windows color (decimal): -14564218 or 8832033. OLE color: 8832033.

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

Color convert

RGB33196134-
CMYK0.8300.320.23
HSL157.18º71.18%44.9%-
HSV(B)157.18º83.16%76.86%-
XYZ24.6741.5229.27-
YUV140.2124.551.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.09%
GREEN value IS 196 (76.95% from 255) = 53.99%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=9.09%
G=53.99%
B=36.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331961340.8300.320.23157.1871.1844.9
Hex21C48653020179d472d
Octal413042061230402723510755
Binary10000111000100100001101010011010000010111100111011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,196,134); }

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

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

 a { background-color: rgb(33,196,134); }

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

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

 span { border-color: rgb(33,196,134); }

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