Html Css Color HEX #21D052 Malachite

📋 copy color: '#21D052'

red 33 ◦ green 208 ◦ blue 82

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

Shades of Malachite #21D052

Tints of Malachite #21D052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.4%

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 10.22%
G = 64.4%
B = 25.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#21D052 (or 0x21D052) is known color: Malachite. HEX triplet: 21, D0 and 52. RGB value is (33,208,82). Sum of RGB (Red+Green+Blue) = 33+208+82=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 208 (81.64% from 255 or 64.40% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 208 - color contains mainly: green. Hex color #21D052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D052 is #DE2FAD. Grayscale: #8D8D8D. Windows color (decimal): -14561198 or 5427233. OLE color: 5427233.

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

Color convert

RGB 33 208 82 -
CMYK 0.84 0 0.61 0.18
HSL 136.8º 0.73% 0.47% -
HSV(B) 136.8º 0.84% 0.82% -
XYZ 24.71 46.04 15.57 -
YUV 141.31 94.52 50.75 -
System Red Green Blue C M Y K H S L
Decimal 33 208 82 0.84 0 0.61 0.18 136.8 0.73 0.47
Hex 21 D0 52 54 0 3D 12 89 49 2F
Octal 41 320 122 124 0 75 22 211 111 57
Binary 100001 11010000 1010010 1010100 0 111101 10010 10001001 1001001 101111

Color Harmonies of #21D052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D052

Black with #21D052

Text Example


Text Example

White with #21D052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,208,82); }

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

background-color css

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

 a { background-color: rgb(33,208,82); }

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

border-color css

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

 span { border-color: rgb(33,208,82); }

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