#21BE83

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

Shades of Mountain Meadow #21BE83

Tints of Mountain Meadow #21BE83

Color information

#21BE83 (or 0x21BE83) is unknown color: approx Mountain Meadow. HEX triplet: 21, BE and 83. RGB value is (33,190,131). Sum of RGB (Red+Green+Blue) = 33+190+131=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BE83 is #DE417C. Grayscale: #888888. Windows color (decimal): -14565757 or 8633889. OLE color: 8633889.

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

Color convert

RGB33190131-
CMYK0.8300.310.25
HSL157.45º70.4%43.73%-
HSV(B)157.45º82.63%74.51%-
XYZ23.1438.7927.74-
YUV136.33124.9954.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.32%
GREEN value IS 190 (74.61% from 255) = 53.67%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=9.32%
G=53.67%
B=37.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331901310.8300.310.25157.4570.443.73
Hex21BE835301F199d462c
Octal412762031230373123510654
Binary1000011011111010000011101001101111111001100111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,190,131); }

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

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

 a { background-color: rgb(33,190,131); }

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

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

 span { border-color: rgb(33,190,131); }

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