Html Css Color HEX #21D550 Malachite

📋 copy color: '#21D550'

red 33 ◦ green 213 ◦ blue 80

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

Shades of Malachite #21D550

Tints of Malachite #21D550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 65.34%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 10.12%
G = 65.34%
B = 24.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#21D550 (or 0x21D550) is known color: Malachite. HEX triplet: 21, D5 and 50. RGB value is (33,213,80). Sum of RGB (Red+Green+Blue) = 33+213+80=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #21D550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D550 is #DE2AAF. Grayscale: #909090. Windows color (decimal): -14559920 or 5297441. OLE color: 5297441.

HSL color Cylindrical-coordinate representation of color #21D550: hue angle of 135.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D550 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 213 80 -
CMYK 0.85 0 0.62 0.16
HSL 135.67º 0.73% 0.48% -
HSV(B) 135.67º 0.85% 0.84% -
XYZ 25.87 48.49 15.59 -
YUV 144.02 91.87 48.81 -
System Red Green Blue C M Y K H S L
Decimal 33 213 80 0.85 0 0.62 0.16 135.67 0.73 0.48
Hex 21 D5 50 55 0 3E 10 88 49 30
Octal 41 325 120 125 0 76 20 210 111 60
Binary 100001 11010101 1010000 1010101 0 111110 10000 10001000 1001001 110000

Color Harmonies of #21D550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D550

Black with #21D550

Text Example


Text Example

White with #21D550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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