Html Css Color HEX #21BD54 Malachite

📋 copy color: '#21BD54'

red 33 ◦ green 189 ◦ blue 84

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

Shades of Malachite #21BD54

Tints of Malachite #21BD54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 10.78%
G = 61.76%
B = 27.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#21BD54 (or 0x21BD54) is known color: Malachite. HEX triplet: 21, BD and 54. RGB value is (33,189,84). Sum of RGB (Red+Green+Blue) = 33+189+84=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD54 is #DE42AB. Grayscale: #828282. Windows color (decimal): -14566060 or 5553441. OLE color: 5553441.

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

Color convert

RGB 33 189 84 -
CMYK 0.83 0 0.56 0.26
HSL 139.62º 0.7% 0.44% -
HSV(B) 139.62º 0.83% 0.74% -
XYZ 20.43 37.36 14.52 -
YUV 130.39 101.82 58.54 -
System Red Green Blue C M Y K H S L
Decimal 33 189 84 0.83 0 0.56 0.26 139.62 0.7 0.44
Hex 21 BD 54 53 0 38 1A 8C 46 2C
Octal 41 275 124 123 0 70 32 214 106 54
Binary 100001 10111101 1010100 1010011 0 111000 11010 10001100 1000110 101100

Color Harmonies of #21BD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BD54

Black with #21BD54

Text Example


Text Example

White with #21BD54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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