Html Css Color HEX #21D348 Malachite

📋 copy color: '#21D348'

red 33 ◦ green 211 ◦ blue 72

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

Shades of Malachite #21D348

Tints of Malachite #21D348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 10.44%
G = 66.77%
B = 22.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#21D348 (or 0x21D348) is known color: Malachite. HEX triplet: 21, D3 and 48. RGB value is (33,211,72). Sum of RGB (Red+Green+Blue) = 33+211+72=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 211 (82.81% from 255 or 66.77% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 211 - color contains mainly: green. Hex color #21D348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D348 is #DE2CB7. Grayscale: #8E8E8E. Windows color (decimal): -14560440 or 4772641. OLE color: 4772641.

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

Color convert

RGB 33 211 72 -
CMYK 0.84 0 0.66 0.17
HSL 133.15º 0.73% 0.48% -
HSV(B) 133.15º 0.84% 0.83% -
XYZ 25.09 47.38 13.95 -
YUV 141.93 88.53 50.3 -
System Red Green Blue C M Y K H S L
Decimal 33 211 72 0.84 0 0.66 0.17 133.15 0.73 0.48
Hex 21 D3 48 54 0 42 11 85 49 30
Octal 41 323 110 124 0 102 21 205 111 60
Binary 100001 11010011 1001000 1010100 0 1000010 10001 10000101 1001001 110000

Color Harmonies of #21D348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D348

Black with #21D348

Text Example


Text Example

White with #21D348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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