Html Css Color HEX #21D055 Malachite

📋 copy color: '#21D055'

red 33 ◦ green 208 ◦ blue 85

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

Shades of Malachite #21D055

Tints of Malachite #21D055

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.8%

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

R = 10.12%
G = 63.8%
B = 26.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#21D055 (or 0x21D055) is known color: Malachite. HEX triplet: 21, D0 and 55. RGB value is (33,208,85). Sum of RGB (Red+Green+Blue) = 33+208+85=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #21D055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D055 is #DE2FAA. Grayscale: #8D8D8D. Windows color (decimal): -14561195 or 5623841. OLE color: 5623841.

HSL color Cylindrical-coordinate representation of color #21D055: hue angle of 137.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D055 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 208 85 -
CMYK 0.84 0 0.59 0.18
HSL 137.83º 0.73% 0.47% -
HSV(B) 137.83º 0.84% 0.82% -
XYZ 24.82 46.09 16.18 -
YUV 141.65 96.02 50.5 -
System Red Green Blue C M Y K H S L
Decimal 33 208 85 0.84 0 0.59 0.18 137.83 0.73 0.47
Hex 21 D0 55 54 0 3B 12 8A 49 2F
Octal 41 320 125 124 0 73 22 212 111 57
Binary 100001 11010000 1010101 1010100 0 111011 10010 10001010 1001001 101111

Color Harmonies of #21D055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D055

Black with #21D055

Text Example


Text Example

White with #21D055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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