#21BC58

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

Shades of Malachite #21BC58

Tints of Malachite #21BC58

Color information

#21BC58 (or 0x21BC58) is unknown color: approx Malachite. HEX triplet: 21, BC and 58. RGB value is (33,188,88). Sum of RGB (Red+Green+Blue) = 33+188+88=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC58 is #DE43A7. Grayscale: #828282. Windows color (decimal): -14566312 or 5815329. OLE color: 5815329.

HSL color Cylindrical-coordinate representation of color #21BC58: hue angle of 141.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC58 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB3318888-
CMYK0.8200.530.26
HSL141.29º70.14%43.33%-
HSV(B)141.29º82.45%73.73%-
XYZ20.3736.9915.3-
YUV130.26104.1558.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 188 (73.83% from 255) = 60.84%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=10.68%
G=60.84%
B=28.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33188880.8200.530.26141.2970.1443.33
Hex21BC58520351A8d462b
Octal412741301220653221510653
Binary1000011011110010110001010010011010111010100011011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,188,88); }

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

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

 a { background-color: rgb(33,188,88); }

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

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

 span { border-color: rgb(33,188,88); }

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