Html Css Color HEX #21C07D Mountain Meadow

📋 copy color: '#21C07D'

red 33 ◦ green 192 ◦ blue 125

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

Shades of Mountain Meadow #21C07D

Tints of Mountain Meadow #21C07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.86%

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

R = 9.43%
G = 54.86%
B = 35.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#21C07D (or 0x21C07D) is known color: Mountain Meadow. HEX triplet: 21, C0 and 7D. RGB value is (33,192,125). Sum of RGB (Red+Green+Blue) = 33+192+125=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #21C07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C07D is #DE3F82. Grayscale: #888888. Windows color (decimal): -14565251 or 8241185. OLE color: 8241185.

HSL color Cylindrical-coordinate representation of color #21C07D: hue angle of 154.72º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C07D is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 192 125 -
CMYK 0.83 0 0.35 0.25
HSL 154.72º 0.71% 0.44% -
HSV(B) 154.72º 0.83% 0.75% -
XYZ 23.18 39.5 25.81 -
YUV 136.82 121.32 53.95 -
System Red Green Blue C M Y K H S L
Decimal 33 192 125 0.83 0 0.35 0.25 154.72 0.71 0.44
Hex 21 C0 7D 53 0 23 19 9B 47 2C
Octal 41 300 175 123 0 43 31 233 107 54
Binary 100001 11000000 1111101 1010011 0 100011 11001 10011011 1000111 101100

Color Harmonies of #21C07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C07D

Black with #21C07D

Text Example


Text Example

White with #21C07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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