Html Css Color HEX #21D555 Malachite

📋 copy color: '#21D555'

red 33 ◦ green 213 ◦ blue 85

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

Shades of Malachite #21D555

Tints of Malachite #21D555

RGB

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

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

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

R = 9.97%
G = 64.35%
B = 25.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#21D555 (or 0x21D555) is known color: Malachite. HEX triplet: 21, D5 and 55. RGB value is (33,213,85). Sum of RGB (Red+Green+Blue) = 33+213+85=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #21D555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D555 is #DE2AAA. Grayscale: #909090. Windows color (decimal): -14559915 or 5625121. OLE color: 5625121.

HSL color Cylindrical-coordinate representation of color #21D555: hue angle of 137.33º 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 #21D555 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 213 85 -
CMYK 0.85 0 0.60 0.16
HSL 137.33º 0.73% 0.48% -
HSV(B) 137.33º 0.85% 0.84% -
XYZ 26.06 48.57 16.6 -
YUV 144.59 94.37 48.41 -
System Red Green Blue C M Y K H S L
Decimal 33 213 85 0.85 0 0.60 0.16 137.33 0.73 0.48
Hex 21 D5 55 55 0 3C 10 89 49 30
Octal 41 325 125 125 0 74 20 211 111 60
Binary 100001 11010101 1010101 1010101 0 111100 10000 10001001 1001001 110000

Color Harmonies of #21D555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D555

Black with #21D555

Text Example


Text Example

White with #21D555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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