Html Css Color HEX #21C175 Mountain Meadow

📋 copy color: '#21C175'

red 33 ◦ green 193 ◦ blue 117

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

Shades of Mountain Meadow #21C175

Tints of Mountain Meadow #21C175

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.27%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 9.62%
G = 56.27%
B = 34.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#21C175 (or 0x21C175) is known color: Mountain Meadow. HEX triplet: 21, C1 and 75. RGB value is (33,193,117). Sum of RGB (Red+Green+Blue) = 33+193+117=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #21C175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C175 is #DE3E8A. Grayscale: #888888. Windows color (decimal): -14565003 or 7717153. OLE color: 7717153.

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

Color convert

RGB 33 193 117 -
CMYK 0.83 0 0.39 0.24
HSL 151.5º 0.71% 0.44% -
HSV(B) 151.5º 0.83% 0.76% -
XYZ 22.91 39.75 23.29 -
YUV 136.5 116.99 54.18 -
System Red Green Blue C M Y K H S L
Decimal 33 193 117 0.83 0 0.39 0.24 151.5 0.71 0.44
Hex 21 C1 75 53 0 27 18 98 47 2C
Octal 41 301 165 123 0 47 30 230 107 54
Binary 100001 11000001 1110101 1010011 0 100111 11000 10011000 1000111 101100

Color Harmonies of #21C175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C175

Black with #21C175

Text Example


Text Example

White with #21C175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,193,117); }

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

background-color css

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

 a { background-color: rgb(33,193,117); }

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

border-color css

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

 span { border-color: rgb(33,193,117); }

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