Html Css Color HEX #21C073 Mountain Meadow

📋 copy color: '#21C073'

red 33 ◦ green 192 ◦ blue 115

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

Shades of Mountain Meadow #21C073

Tints of Mountain Meadow #21C073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 9.71%
G = 56.47%
B = 33.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#21C073 (or 0x21C073) is known color: Mountain Meadow. HEX triplet: 21, C0 and 73. RGB value is (33,192,115). Sum of RGB (Red+Green+Blue) = 33+192+115=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #21C073 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C073 is #DE3F8C. Grayscale: #878787. Windows color (decimal): -14565261 or 7585825. OLE color: 7585825.

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

Color convert

RGB 33 192 115 -
CMYK 0.83 0 0.40 0.25
HSL 150.94º 0.71% 0.44% -
HSV(B) 150.94º 0.83% 0.75% -
XYZ 22.57 39.26 22.61 -
YUV 135.68 116.32 54.76 -
System Red Green Blue C M Y K H S L
Decimal 33 192 115 0.83 0 0.40 0.25 150.94 0.71 0.44
Hex 21 C0 73 53 0 28 19 97 47 2C
Octal 41 300 163 123 0 50 31 227 107 54
Binary 100001 11000000 1110011 1010011 0 101000 11001 10010111 1000111 101100

Color Harmonies of #21C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C073

Black with #21C073

Text Example


Text Example

White with #21C073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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