Html Css Color HEX #21BE90 Mountain Meadow

📋 copy color: '#21BE90'

red 33 ◦ green 190 ◦ blue 144

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

Shades of Mountain Meadow #21BE90

Tints of Mountain Meadow #21BE90

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.77%

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 8.99%
G = 51.77%
B = 39.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#21BE90 (or 0x21BE90) is known color: Mountain Meadow. HEX triplet: 21, BE and 90. RGB value is (33,190,144). Sum of RGB (Red+Green+Blue) = 33+190+144=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BE90 is #DE416F. Grayscale: #898989. Windows color (decimal): -14565744 or 9485857. OLE color: 9485857.

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

Color convert

RGB 33 190 144 -
CMYK 0.83 0 0.24 0.25
HSL 162.42º 0.7% 0.44% -
HSV(B) 162.42º 0.83% 0.75% -
XYZ 24.07 39.16 32.68 -
YUV 137.81 131.49 53.24 -
System Red Green Blue C M Y K H S L
Decimal 33 190 144 0.83 0 0.24 0.25 162.42 0.7 0.44
Hex 21 BE 90 53 0 18 19 A2 46 2C
Octal 41 276 220 123 0 30 31 242 106 54
Binary 100001 10111110 10010000 1010011 0 11000 11001 10100010 1000110 101100

Color Harmonies of #21BE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BE90

Black with #21BE90

Text Example


Text Example

White with #21BE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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