#21C68B

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

Shades of Mountain Meadow #21C68B

Tints of Mountain Meadow #21C68B

Color information

#21C68B (or 0x21C68B) is unknown color: approx Mountain Meadow. HEX triplet: 21, C6 and 8B. RGB value is (33,198,139). Sum of RGB (Red+Green+Blue) = 33+198+139=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #21C68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C68B is #DE3974. Grayscale: #8E8E8E. Windows color (decimal): -14563701 or 9160225. OLE color: 9160225.

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

Color convert

RGB33198139-
CMYK0.8300.300.22
HSL158.55º71.43%45.29%-
HSV(B)158.55º83.33%77.65%-
XYZ25.4842.5831.3-
YUV141.94126.3450.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.92%
GREEN value IS 198 (77.73% from 255) = 53.51%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=8.92%
G=53.51%
B=37.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal331981390.8300.300.22158.5571.4345.29
Hex21C68B5301E169f472d
Octal413062131230362623710755
Binary1000011100011010001011101001101111010110100111111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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