#21BF50

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

Shades of Malachite #21BF50

Tints of Malachite #21BF50

Color information

#21BF50 (or 0x21BF50) is unknown color: approx Malachite. HEX triplet: 21, BF and 50. RGB value is (33,191,80). Sum of RGB (Red+Green+Blue) = 33+191+80=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 191 (75% from 255 or 62.83% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BF50 is #DE40AF. Grayscale: #838383. Windows color (decimal): -14565552 or 5291809. OLE color: 5291809.

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

Color convert

RGB3319180-
CMYK0.8300.580.25
HSL137.85º70.54%43.92%-
HSV(B)137.85º82.72%74.9%-
XYZ20.7138.1613.86-
YUV131.199.1558.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.86%
GREEN value IS 191 (75% from 255) = 62.83%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=10.86%
G=62.83%
B=26.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33191800.8300.580.25137.8570.5443.92
Hex21BF505303A198a472c
Octal412771201230723121210754
Binary1000011011111110100001010011011101011001100010101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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