Html Css Color HEX #21D360 Malachite

📋 copy color: '#21D360'

red 33 ◦ green 211 ◦ blue 96

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

Shades of Malachite #21D360

Tints of Malachite #21D360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.06%

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 9.71%
G = 62.06%
B = 28.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#21D360 (or 0x21D360) is known color: Malachite. HEX triplet: 21, D3 and 60. RGB value is (33,211,96). Sum of RGB (Red+Green+Blue) = 33+211+96=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 211 (82.81% from 255 or 62.06% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 211 - color contains mainly: green. Hex color #21D360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D360 is #DE2C9F. Grayscale: #909090. Windows color (decimal): -14560416 or 6345505. OLE color: 6345505.

HSL color Cylindrical-coordinate representation of color #21D360: hue angle of 141.24º 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 #21D360 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 33 211 96 -
CMYK 0.84 0 0.55 0.17
HSL 141.24º 0.73% 0.48% -
HSV(B) 141.24º 0.84% 0.83% -
XYZ 26.03 47.76 18.91 -
YUV 144.67 100.53 48.35 -
System Red Green Blue C M Y K H S L
Decimal 33 211 96 0.84 0 0.55 0.17 141.24 0.73 0.48
Hex 21 D3 60 54 0 37 11 8D 49 30
Octal 41 323 140 124 0 67 21 215 111 60
Binary 100001 11010011 1100000 1010100 0 110111 10001 10001101 1001001 110000

Color Harmonies of #21D360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D360

Black with #21D360

Text Example


Text Example

White with #21D360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,211,96); }

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

background-color css

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

 a { background-color: rgb(33,211,96); }

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

border-color css

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

 span { border-color: rgb(33,211,96); }

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