Html Css Color HEX #21BD7D Mountain Meadow

📋 copy color: '#21BD7D'

red 33 ◦ green 189 ◦ blue 125

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

Shades of Mountain Meadow #21BD7D

Tints of Mountain Meadow #21BD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.47%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 9.51%
G = 54.47%
B = 36.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#21BD7D (or 0x21BD7D) is known color: Mountain Meadow. HEX triplet: 21, BD and 7D. RGB value is (33,189,125). Sum of RGB (Red+Green+Blue) = 33+189+125=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD7D is #DE4282. Grayscale: #878787. Windows color (decimal): -14566019 or 8240417. OLE color: 8240417.

HSL color Cylindrical-coordinate representation of color #21BD7D: hue angle of 155.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BD7D is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 189 125 -
CMYK 0.83 0 0.34 0.26
HSL 155.38º 0.7% 0.44% -
HSV(B) 155.38º 0.83% 0.74% -
XYZ 22.53 38.2 25.59 -
YUV 135.06 122.32 55.2 -
System Red Green Blue C M Y K H S L
Decimal 33 189 125 0.83 0 0.34 0.26 155.38 0.7 0.44
Hex 21 BD 7D 53 0 22 1A 9B 46 2C
Octal 41 275 175 123 0 42 32 233 106 54
Binary 100001 10111101 1111101 1010011 0 100010 11010 10011011 1000110 101100

Color Harmonies of #21BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD7D

Black with #21BD7D

Text Example


Text Example

White with #21BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,189,125); }

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

background-color css

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

 a { background-color: rgb(33,189,125); }

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

border-color css

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

 span { border-color: rgb(33,189,125); }

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