Html Css Color HEX #21C074 Mountain Meadow

📋 copy color: '#21C074'

red 33 ◦ green 192 ◦ blue 116

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

Shades of Mountain Meadow #21C074

Tints of Mountain Meadow #21C074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 9.68%
G = 56.3%
B = 34.02%

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

#21C074 (or 0x21C074) is known color: Mountain Meadow. HEX triplet: 21, C0 and 74. RGB value is (33,192,116). Sum of RGB (Red+Green+Blue) = 33+192+116=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #21C074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C074 is #DE3F8B. Grayscale: #878787. Windows color (decimal): -14565260 or 7651361. OLE color: 7651361.

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

Color convert

RGB 33 192 116 -
CMYK 0.83 0 0.40 0.25
HSL 151.32º 0.71% 0.44% -
HSV(B) 151.32º 0.83% 0.75% -
XYZ 22.63 39.28 22.91 -
YUV 135.8 116.82 54.68 -
System Red Green Blue C M Y K H S L
Decimal 33 192 116 0.83 0 0.40 0.25 151.32 0.71 0.44
Hex 21 C0 74 53 0 28 19 97 47 2C
Octal 41 300 164 123 0 50 31 227 107 54
Binary 100001 11000000 1110100 1010011 0 101000 11001 10010111 1000111 101100

Color Harmonies of #21C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C074

Black with #21C074

Text Example


Text Example

White with #21C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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