Html Css Color HEX #21BD55 Malachite

📋 copy color: '#21BD55'

red 33 ◦ green 189 ◦ blue 85

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

Shades of Malachite #21BD55

Tints of Malachite #21BD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 10.75%
G = 61.56%
B = 27.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#21BD55 (or 0x21BD55) is known color: Malachite. HEX triplet: 21, BD and 55. RGB value is (33,189,85). Sum of RGB (Red+Green+Blue) = 33+189+85=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD55 is #DE42AA. Grayscale: #828282. Windows color (decimal): -14566059 or 5618977. OLE color: 5618977.

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

Color convert

RGB 33 189 85 -
CMYK 0.83 0 0.55 0.26
HSL 140º 0.7% 0.44% -
HSV(B) 140º 0.83% 0.74% -
XYZ 20.46 37.37 14.73 -
YUV 130.5 102.32 58.46 -
System Red Green Blue C M Y K H S L
Decimal 33 189 85 0.83 0 0.55 0.26 140 0.7 0.44
Hex 21 BD 55 53 0 37 1A 8C 46 2C
Octal 41 275 125 123 0 67 32 214 106 54
Binary 100001 10111101 1010101 1010011 0 110111 11010 10001100 1000110 101100

Color Harmonies of #21BD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD55

Black with #21BD55

Text Example


Text Example

White with #21BD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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