Html Css Color HEX #21CC76 Mountain Meadow

📋 copy color: '#21CC76'

red 33 ◦ green 204 ◦ blue 118

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

Shades of Mountain Meadow #21CC76

Tints of Mountain Meadow #21CC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.46%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 9.3%
G = 57.46%
B = 33.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#21CC76 (or 0x21CC76) is known color: Mountain Meadow. HEX triplet: 21, CC and 76. RGB value is (33,204,118). Sum of RGB (Red+Green+Blue) = 33+204+118=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC76 is #DE3389. Grayscale: #8F8F8F. Windows color (decimal): -14562186 or 7785505. OLE color: 7785505.

HSL color Cylindrical-coordinate representation of color #21CC76: hue angle of 149.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC76 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 204 118 -
CMYK 0.84 0 0.42 0.2
HSL 149.82º 0.72% 0.46% -
HSV(B) 149.82º 0.84% 0.8% -
XYZ 25.49 44.82 24.45 -
YUV 143.07 113.85 49.49 -
System Red Green Blue C M Y K H S L
Decimal 33 204 118 0.84 0 0.42 0.2 149.82 0.72 0.46
Hex 21 CC 76 54 0 2A 14 96 48 2E
Octal 41 314 166 124 0 52 24 226 110 56
Binary 100001 11001100 1110110 1010100 0 101010 10100 10010110 1001000 101110

Color Harmonies of #21CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CC76

Black with #21CC76

Text Example


Text Example

White with #21CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,204,118); }

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

background-color css

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

 a { background-color: rgb(33,204,118); }

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

border-color css

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

 span { border-color: rgb(33,204,118); }

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