Html Css Color HEX #21D455 Malachite

📋 copy color: '#21D455'

red 33 ◦ green 212 ◦ blue 85

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

Shades of Malachite #21D455

Tints of Malachite #21D455

RGB

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

 GREEN value IS 212 (83.2% from 255) = 64.24%

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

R = 10%
G = 64.24%
B = 25.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#21D455 (or 0x21D455) is known color: Malachite. HEX triplet: 21, D4 and 55. RGB value is (33,212,85). Sum of RGB (Red+Green+Blue) = 33+212+85=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 212 (83.20% from 255 or 64.24% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 212 - color contains mainly: green. Hex color #21D455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D455 is #DE2BAA. Grayscale: #909090. Windows color (decimal): -14560171 or 5624865. OLE color: 5624865.

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

Color convert

RGB 33 212 85 -
CMYK 0.84 0 0.60 0.17
HSL 137.43º 0.73% 0.48% -
HSV(B) 137.43º 0.84% 0.83% -
XYZ 25.81 48.07 16.51 -
YUV 144 94.7 48.83 -
System Red Green Blue C M Y K H S L
Decimal 33 212 85 0.84 0 0.60 0.17 137.43 0.73 0.48
Hex 21 D4 55 54 0 3C 11 89 49 30
Octal 41 324 125 124 0 74 21 211 111 60
Binary 100001 11010100 1010101 1010100 0 111100 10001 10001001 1001001 110000

Color Harmonies of #21D455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D455

Black with #21D455

Text Example


Text Example

White with #21D455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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