#21b770

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

Shades of Mountain Meadow #21B770

Tints of Mountain Meadow #21B770

Color information

#21B770 (or 0x21B770) is unknown color: approx Mountain Meadow. HEX triplet: 21, B7 and 70. RGB value is (33,183,112). Sum of RGB (Red+Green+Blue) = 33+183+112=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #21B770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B770 is #DE488F. Grayscale: #828282. Windows color (decimal): -14567568 or 7386913. OLE color: 7386913.

HSL color Cylindrical-coordinate representation of color #21B770: hue angle of 151.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B770 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB33183112-
CMYK0.8200.390.28
HSL151.6º69.44%42.35%-
HSV(B)151.6º81.97%71.76%-
XYZ20.4935.3621.07-
YUV130.06117.858.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.06%
GREEN value IS 183 (71.88% from 255) = 55.79%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=10.06%
G=55.79%
B=34.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal331831120.8200.390.28151.669.4442.35
Hex21B770520271C98452a
Octal412671601220473423010552
Binary1000011011011111100001010010010011111100100110001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21b770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,183,112); }

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

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

 a { background-color: rgb(33,183,112); }

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

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

 span { border-color: rgb(33,183,112); }

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