#21bf97

Color #21BF97 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #21BF97

Tints of Mountain Meadow #21BF97

Color information

#21BF97 (or 0x21BF97) is unknown color: approx Mountain Meadow. HEX triplet: 21, BF and 97. RGB value is (33,191,151). Sum of RGB (Red+Green+Blue) = 33+191+151=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BF97 is #DE4068. Grayscale: #8B8B8B. Windows color (decimal): -14565481 or 9944865. OLE color: 9944865.

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

Color convert

RGB33191151-
CMYK0.8300.210.25
HSL164.81º70.54%43.92%-
HSV(B)164.81º82.72%74.9%-
XYZ24.8439.8235.65-
YUV139.2134.6552.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.8%
GREEN value IS 191 (75% from 255) = 50.93%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=8.8%
G=50.93%
B=40.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331911510.8300.210.25164.8170.5443.92
Hex21BF975301519a5472c
Octal412772271230253124510754
Binary1000011011111110010111101001101010111001101001011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21bf97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,191,151); }

 H1.HeaderClassName
 {
   color: #21bf97;
 }
 .AnyTagClassName
 {
   color: #21bf97;
 }
</style>
background-color css

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

 a { background-color: rgb(33,191,151); }

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

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

 span { border-color: rgb(33,191,151); }

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