Html Css Color HEX #21C372 Mountain Meadow

📋 copy color: '#21C372'

red 33 ◦ green 195 ◦ blue 114

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

Shades of Mountain Meadow #21C372

Tints of Mountain Meadow #21C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.02%

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 9.65%
G = 57.02%
B = 33.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#21C372 (or 0x21C372) is known color: Mountain Meadow. HEX triplet: 21, C3 and 72. RGB value is (33,195,114). Sum of RGB (Red+Green+Blue) = 33+195+114=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #21C372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C372 is #DE3C8D. Grayscale: #898989. Windows color (decimal): -14564494 or 7521057. OLE color: 7521057.

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

Color convert

RGB 33 195 114 -
CMYK 0.83 0 0.42 0.24
HSL 150º 0.71% 0.45% -
HSV(B) 150º 0.83% 0.76% -
XYZ 23.18 40.57 22.53 -
YUV 137.33 114.83 53.59 -
System Red Green Blue C M Y K H S L
Decimal 33 195 114 0.83 0 0.42 0.24 150 0.71 0.45
Hex 21 C3 72 53 0 2A 18 96 47 2D
Octal 41 303 162 123 0 52 30 226 107 55
Binary 100001 11000011 1110010 1010011 0 101010 11000 10010110 1000111 101101

Color Harmonies of #21C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C372

Black with #21C372

Text Example


Text Example

White with #21C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,195,114); }

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

background-color css

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

 a { background-color: rgb(33,195,114); }

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

border-color css

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

 span { border-color: rgb(33,195,114); }

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