Html Css Color HEX #21BD59 Malachite

📋 copy color: '#21BD59'

red 33 ◦ green 189 ◦ blue 89

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

Shades of Malachite #21BD59

Tints of Malachite #21BD59

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60.77%

 BLUE value IS 89 (35.16% from 255) = 28.62%

R = 10.61%
G = 60.77%
B = 28.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#21BD59 (or 0x21BD59) is known color: Malachite. HEX triplet: 21, BD and 59. RGB value is (33,189,89). Sum of RGB (Red+Green+Blue) = 33+189+89=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD59 is #DE42A6. Grayscale: #838383. Windows color (decimal): -14566055 or 5881121. OLE color: 5881121.

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

Color convert

RGB 33 189 89 -
CMYK 0.83 0 0.53 0.26
HSL 141.54º 0.7% 0.44% -
HSV(B) 141.54º 0.83% 0.74% -
XYZ 20.63 37.44 15.59 -
YUV 130.96 104.32 58.13 -
System Red Green Blue C M Y K H S L
Decimal 33 189 89 0.83 0 0.53 0.26 141.54 0.7 0.44
Hex 21 BD 59 53 0 35 1A 8E 46 2C
Octal 41 275 131 123 0 65 32 216 106 54
Binary 100001 10111101 1011001 1010011 0 110101 11010 10001110 1000110 101100

Color Harmonies of #21BD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD59

Black with #21BD59

Text Example


Text Example

White with #21BD59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,189,89); }

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

background-color css

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

 a { background-color: rgb(33,189,89); }

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

border-color css

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

 span { border-color: rgb(33,189,89); }

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