Html Css Color HEX #21D675 Malachite

📋 copy color: '#21D675'

red 33 ◦ green 214 ◦ blue 117

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

Shades of Malachite #21D675

Tints of Malachite #21D675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.79%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 9.07%
G = 58.79%
B = 32.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#21D675 (or 0x21D675) is known color: Malachite. HEX triplet: 21, D6 and 75. RGB value is (33,214,117). Sum of RGB (Red+Green+Blue) = 33+214+117=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #21D675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D675 is #DE298A. Grayscale: #959595. Windows color (decimal): -14559627 or 7722529. OLE color: 7722529.

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

Color convert

RGB 33 214 117 -
CMYK 0.85 0 0.45 0.16
HSL 147.85º 0.73% 0.48% -
HSV(B) 147.85º 0.85% 0.84% -
XYZ 27.88 49.7 24.95 -
YUV 148.82 110.03 45.39 -
System Red Green Blue C M Y K H S L
Decimal 33 214 117 0.85 0 0.45 0.16 147.85 0.73 0.48
Hex 21 D6 75 55 0 2D 10 94 49 30
Octal 41 326 165 125 0 55 20 224 111 60
Binary 100001 11010110 1110101 1010101 0 101101 10000 10010100 1001001 110000

Color Harmonies of #21D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D675

Black with #21D675

Text Example


Text Example

White with #21D675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,214,117); }

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

background-color css

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

 a { background-color: rgb(33,214,117); }

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

border-color css

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

 span { border-color: rgb(33,214,117); }

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