Html Css Color HEX #21B985 Mountain Meadow

📋 copy color: '#21B985'

red 33 ◦ green 185 ◦ blue 133

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

Shades of Mountain Meadow #21B985

Tints of Mountain Meadow #21B985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.71%

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 9.4%
G = 52.71%
B = 37.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#21B985 (or 0x21B985) is known color: Mountain Meadow. HEX triplet: 21, B9 and 85. RGB value is (33,185,133). Sum of RGB (Red+Green+Blue) = 33+185+133=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #21B985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B985 is #DE467A. Grayscale: #858585. Windows color (decimal): -14567035 or 8763681. OLE color: 8763681.

HSL color Cylindrical-coordinate representation of color #21B985: hue angle of 159.47º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B985 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 185 133 -
CMYK 0.82 0 0.28 0.27
HSL 159.47º 0.7% 0.43% -
HSV(B) 159.47º 0.82% 0.73% -
XYZ 22.21 36.71 28.11 -
YUV 133.62 127.64 56.23 -
System Red Green Blue C M Y K H S L
Decimal 33 185 133 0.82 0 0.28 0.27 159.47 0.7 0.43
Hex 21 B9 85 52 0 1C 1B 9F 46 2B
Octal 41 271 205 122 0 34 33 237 106 53
Binary 100001 10111001 10000101 1010010 0 11100 11011 10011111 1000110 101011

Color Harmonies of #21B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B985

Black with #21B985

Text Example


Text Example

White with #21B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,185,133); }

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

background-color css

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

 a { background-color: rgb(33,185,133); }

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

border-color css

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

 span { border-color: rgb(33,185,133); }

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