Html Css Color HEX #21D149 Malachite

📋 copy color: '#21D149'

red 33 ◦ green 209 ◦ blue 73

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

Shades of Malachite #21D149

Tints of Malachite #21D149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 66.35%

 BLUE value IS 73 (28.91% from 255) = 23.17%

R = 10.48%
G = 66.35%
B = 23.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#21D149 (or 0x21D149) is known color: Malachite. HEX triplet: 21, D1 and 49. RGB value is (33,209,73). Sum of RGB (Red+Green+Blue) = 33+209+73=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 209 (82.03% from 255 or 66.35% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 209 - color contains mainly: green. Hex color #21D149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D149 is #DE2EB6. Grayscale: #8D8D8D. Windows color (decimal): -14560951 or 4837665. OLE color: 4837665.

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

Color convert

RGB 33 209 73 -
CMYK 0.84 0 0.65 0.18
HSL 133.64º 0.73% 0.47% -
HSV(B) 133.64º 0.84% 0.82% -
XYZ 24.63 46.41 13.96 -
YUV 140.87 89.69 51.06 -
System Red Green Blue C M Y K H S L
Decimal 33 209 73 0.84 0 0.65 0.18 133.64 0.73 0.47
Hex 21 D1 49 54 0 41 12 86 49 2F
Octal 41 321 111 124 0 101 22 206 111 57
Binary 100001 11010001 1001001 1010100 0 1000001 10010 10000110 1001001 101111

Color Harmonies of #21D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D149

Black with #21D149

Text Example


Text Example

White with #21D149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,209,73); }

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

background-color css

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

 a { background-color: rgb(33,209,73); }

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

border-color css

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

 span { border-color: rgb(33,209,73); }

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