Html Css Color HEX #21B584 Mountain Meadow

📋 copy color: '#21B584'

red 33 ◦ green 181 ◦ blue 132

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

Shades of Mountain Meadow #21B584

Tints of Mountain Meadow #21B584

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.31%

 BLUE value IS 132 (51.95% from 255) = 38.15%

R = 9.54%
G = 52.31%
B = 38.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#21B584 (or 0x21B584) is known color: Mountain Meadow. HEX triplet: 21, B5 and 84. RGB value is (33,181,132). Sum of RGB (Red+Green+Blue) = 33+181+132=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #21B584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B584 is #DE4A7B. Grayscale: #838383. Windows color (decimal): -14568060 or 8697121. OLE color: 8697121.

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

Color convert

RGB 33 181 132 -
CMYK 0.82 0 0.27 0.29
HSL 160.14º 0.69% 0.42% -
HSV(B) 160.14º 0.82% 0.71% -
XYZ 21.32 35.04 27.47 -
YUV 131.16 128.47 57.98 -
System Red Green Blue C M Y K H S L
Decimal 33 181 132 0.82 0 0.27 0.29 160.14 0.69 0.42
Hex 21 B5 84 52 0 1B 1D A0 45 2A
Octal 41 265 204 122 0 33 35 240 105 52
Binary 100001 10110101 10000100 1010010 0 11011 11101 10100000 1000101 101010

Color Harmonies of #21B584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B584

Black with #21B584

Text Example


Text Example

White with #21B584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,181,132); }

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

background-color css

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

 a { background-color: rgb(33,181,132); }

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

border-color css

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

 span { border-color: rgb(33,181,132); }

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