Html Css Color HEX #21B375 Mountain Meadow

📋 copy color: '#21B375'

red 33 ◦ green 179 ◦ blue 117

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

Shades of Mountain Meadow #21B375

Tints of Mountain Meadow #21B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.41%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 10.03%
G = 54.41%
B = 35.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#21B375 (or 0x21B375) is known color: Mountain Meadow. HEX triplet: 21, B3 and 75. RGB value is (33,179,117). Sum of RGB (Red+Green+Blue) = 33+179+117=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #21B375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B375 is #DE4C8A. Grayscale: #808080. Windows color (decimal): -14568587 or 7713569. OLE color: 7713569.

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

Color convert

RGB 33 179 117 -
CMYK 0.82 0 0.35 0.30
HSL 154.52º 0.69% 0.42% -
HSV(B) 154.52º 0.82% 0.7% -
XYZ 19.96 33.85 22.31 -
YUV 128.28 121.63 60.04 -
System Red Green Blue C M Y K H S L
Decimal 33 179 117 0.82 0 0.35 0.30 154.52 0.69 0.42
Hex 21 B3 75 52 0 23 1E 9B 45 2A
Octal 41 263 165 122 0 43 36 233 105 52
Binary 100001 10110011 1110101 1010010 0 100011 11110 10011011 1000101 101010

Color Harmonies of #21B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B375

Black with #21B375

Text Example


Text Example

White with #21B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,179,117); }

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

background-color css

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

 a { background-color: rgb(33,179,117); }

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

border-color css

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

 span { border-color: rgb(33,179,117); }

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