#21B078

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

Shades of Mountain Meadow #21B078

Tints of Mountain Meadow #21B078

Color information

#21B078 (or 0x21B078) is unknown color: approx Mountain Meadow. HEX triplet: 21, B0 and 78. RGB value is (33,176,120). Sum of RGB (Red+Green+Blue) = 33+176+120=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #21B078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B078 is #DE4F87. Grayscale: #7E7E7E. Windows color (decimal): -14569352 or 7909409. OLE color: 7909409.

HSL color Cylindrical-coordinate representation of color #21B078: hue angle of 156.5º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B078 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB33176120-
CMYK0.8100.320.31
HSL156.5º68.42%40.98%-
HSV(B)156.5º81.25%69.02%-
XYZ19.5432.7323.06-
YUV126.86124.1261.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.03%
GREEN value IS 176 (69.14% from 255) = 53.50%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=10.03%
G=53.50%
B=36.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331761200.8100.320.31156.568.4240.98
Hex21B078510201F9d4429
Octal412601701210403723510451
Binary1000011011000011110001010001010000011111100111011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,176,120); }

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

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

 a { background-color: rgb(33,176,120); }

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

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

 span { border-color: rgb(33,176,120); }

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