Html Css Color HEX #20D248 Malachite

📋 copy color: '#20D248'

red 32 ◦ green 210 ◦ blue 72

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

Shades of Malachite #20D248

Tints of Malachite #20D248

RGB

 RED value IS 32 (12.89% from 255) = 10.19%

 GREEN value IS 210 (82.42% from 255) = 66.88%

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

R = 10.19%
G = 66.88%
B = 22.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#20D248 (or 0x20D248) is known color: Malachite. HEX triplet: 20, D2 and 48. RGB value is (32,210,72). Sum of RGB (Red+Green+Blue) = 32+210+72=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 210 (82.42% from 255 or 66.88% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 210 - color contains mainly: green. Hex color #20D248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D248 is #DF2DB7. Grayscale: #8D8D8D. Windows color (decimal): -14626232 or 4772384. OLE color: 4772384.

HSL color Cylindrical-coordinate representation of color #20D248: hue angle of 133.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D248 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 210 72 -
CMYK 0.85 0 0.66 0.18
HSL 133.48º 0.74% 0.47% -
HSV(B) 133.48º 0.85% 0.82% -
XYZ 24.81 46.87 13.87 -
YUV 141.05 89.03 50.22 -
System Red Green Blue C M Y K H S L
Decimal 32 210 72 0.85 0 0.66 0.18 133.48 0.74 0.47
Hex 20 D2 48 55 0 42 12 85 4A 2F
Octal 40 322 110 125 0 102 22 205 112 57
Binary 100000 11010010 1001000 1010101 0 1000010 10010 10000101 1001010 101111

Color Harmonies of #20D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D248

Black with #20D248

Text Example


Text Example

White with #20D248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20D248; }

 p { color: rgb(32,210,72); }

 H1.HeaderClassName
 {
   color: #20D248;
 }
 .AnyTagClassName
 {
   color: #20D248;
 }
</style>

background-color css

<style>
 a { background-color: #20D248; }

 a { background-color: rgb(32,210,72); }

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

border-color css

<style>
 span { border-color: #20D248; }

 span { border-color: rgb(32,210,72); }

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