Html Css Color HEX #21C078 Mountain Meadow

📋 copy color: '#21C078'

red 33 ◦ green 192 ◦ blue 120

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

Shades of Mountain Meadow #21C078

Tints of Mountain Meadow #21C078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 9.57%
G = 55.65%
B = 34.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#21C078 (or 0x21C078) is known color: Mountain Meadow. HEX triplet: 21, C0 and 78. RGB value is (33,192,120). Sum of RGB (Red+Green+Blue) = 33+192+120=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #21C078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C078 is #DE3F87. Grayscale: #888888. Windows color (decimal): -14565256 or 7913505. OLE color: 7913505.

HSL color Cylindrical-coordinate representation of color #21C078: hue angle of 152.83º 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 #21C078 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 192 120 -
CMYK 0.83 0 0.38 0.25
HSL 152.83º 0.71% 0.44% -
HSV(B) 152.83º 0.83% 0.75% -
XYZ 22.87 39.38 24.16 -
YUV 136.25 118.82 54.35 -
System Red Green Blue C M Y K H S L
Decimal 33 192 120 0.83 0 0.38 0.25 152.83 0.71 0.44
Hex 21 C0 78 53 0 26 19 99 47 2C
Octal 41 300 170 123 0 46 31 231 107 54
Binary 100001 11000000 1111000 1010011 0 100110 11001 10011001 1000111 101100

Color Harmonies of #21C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C078

Black with #21C078

Text Example


Text Example

White with #21C078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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