Html Css Color HEX #21D85B Malachite

📋 copy color: '#21D85B'

red 33 ◦ green 216 ◦ blue 91

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

Shades of Malachite #21D85B

Tints of Malachite #21D85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 63.53%

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 9.71%
G = 63.53%
B = 26.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#21D85B (or 0x21D85B) is known color: Malachite. HEX triplet: 21, D8 and 5B. RGB value is (33,216,91). Sum of RGB (Red+Green+Blue) = 33+216+91=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 216 (84.77% from 255 or 63.53% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 216 - color contains mainly: green. Hex color #21D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D85B is #DE27A4. Grayscale: #939393. Windows color (decimal): -14559141 or 6019105. OLE color: 6019105.

HSL color Cylindrical-coordinate representation of color #21D85B: hue angle of 139.02º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D85B is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 216 91 -
CMYK 0.85 0 0.58 0.15
HSL 139.02º 0.73% 0.49% -
HSV(B) 139.02º 0.85% 0.85% -
XYZ 27.07 50.19 18.16 -
YUV 147.03 96.37 46.66 -
System Red Green Blue C M Y K H S L
Decimal 33 216 91 0.85 0 0.58 0.15 139.02 0.73 0.49
Hex 21 D8 5B 55 0 3A F 8B 49 31
Octal 41 330 133 125 0 72 17 213 111 61
Binary 100001 11011000 1011011 1010101 0 111010 1111 10001011 1001001 110001

Color Harmonies of #21D85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D85B

Black with #21D85B

Text Example


Text Example

White with #21D85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,216,91); }

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

background-color css

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

 a { background-color: rgb(33,216,91); }

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

border-color css

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

 span { border-color: rgb(33,216,91); }

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