Html Css Color HEX #21B780 Mountain Meadow

📋 copy color: '#21B780'

red 33 ◦ green 183 ◦ blue 128

#21B780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #21B780

Tints of Mountain Meadow #21B780

RGB

 RED value IS 33 (13.28% from 255) = 9.59%

 GREEN value IS 183 (71.88% from 255) = 53.2%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 9.59%
G = 53.2%
B = 37.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#21B780 (or 0x21B780) is known color: Mountain Meadow. HEX triplet: 21, B7 and 80. RGB value is (33,183,128). Sum of RGB (Red+Green+Blue) = 33+183+128=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #21B780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B780 is #DE487F. Grayscale: #838383. Windows color (decimal): -14567552 or 8435489. OLE color: 8435489.

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

Color convert

RGB 33 183 128 -
CMYK 0.82 0 0.30 0.28
HSL 158º 0.69% 0.42% -
HSV(B) 158º 0.82% 0.72% -
XYZ 21.46 35.75 26.19 -
YUV 131.88 125.81 57.47 -
System Red Green Blue C M Y K H S L
Decimal 33 183 128 0.82 0 0.30 0.28 158 0.69 0.42
Hex 21 B7 80 52 0 1E 1C 9E 45 2A
Octal 41 267 200 122 0 36 34 236 105 52
Binary 100001 10110111 10000000 1010010 0 11110 11100 10011110 1000101 101010

Color Harmonies of #21B780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B780

Black with #21B780

Text Example


Text Example

White with #21B780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21B780;
 }
 .AnyTagClassName
 {
   color: #21B780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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