Html Css Color HEX #21B271 Mountain Meadow

📋 copy color: '#21B271'

red 33 ◦ green 178 ◦ blue 113

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

Shades of Mountain Meadow #21B271

Tints of Mountain Meadow #21B271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.94%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 10.19%
G = 54.94%
B = 34.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#21B271 (or 0x21B271) is known color: Mountain Meadow. HEX triplet: 21, B2 and 71. RGB value is (33,178,113). Sum of RGB (Red+Green+Blue) = 33+178+113=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #21B271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B271 is #DE4D8E. Grayscale: #7F7F7F. Windows color (decimal): -14568847 or 7451169. OLE color: 7451169.

HSL color Cylindrical-coordinate representation of color #21B271: hue angle of 153.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B271 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 178 113 -
CMYK 0.81 0 0.37 0.30
HSL 153.1º 0.69% 0.41% -
HSV(B) 153.1º 0.81% 0.7% -
XYZ 19.53 33.36 21.03 -
YUV 127.24 119.96 60.79 -
System Red Green Blue C M Y K H S L
Decimal 33 178 113 0.81 0 0.37 0.30 153.1 0.69 0.41
Hex 21 B2 71 51 0 25 1E 99 45 29
Octal 41 262 161 121 0 45 36 231 105 51
Binary 100001 10110010 1110001 1010001 0 100101 11110 10011001 1000101 101001

Color Harmonies of #21B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B271

Black with #21B271

Text Example


Text Example

White with #21B271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,178,113); }

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

background-color css

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

 a { background-color: rgb(33,178,113); }

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

border-color css

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

 span { border-color: rgb(33,178,113); }

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