Html Css Color HEX #24DD70 Malachite

📋 copy color: '#24DD70'

red 36 ◦ green 221 ◦ blue 112

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

Shades of Malachite #24DD70

Tints of Malachite #24DD70

RGB

 RED value IS 36 (14.45% from 255) = 9.76%

 GREEN value IS 221 (86.72% from 255) = 59.89%

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 9.76%
G = 59.89%
B = 30.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#24DD70 (or 0x24DD70) is known color: Malachite. HEX triplet: 24, DD and 70. RGB value is (36,221,112). Sum of RGB (Red+Green+Blue) = 36+221+112=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #24DD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24DD70 is #DB228F. Grayscale: #999999. Windows color (decimal): -14361232 or 7396644. OLE color: 7396644.

HSL color Cylindrical-coordinate representation of color #24DD70: hue angle of 144.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DD70 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 221 112 -
CMYK 0.84 0 0.49 0.13
HSL 144.65º 0.73% 0.5% -
HSV(B) 144.65º 0.84% 0.87% -
XYZ 29.51 53.26 24.05 -
YUV 153.26 104.71 44.36 -
System Red Green Blue C M Y K H S L
Decimal 36 221 112 0.84 0 0.49 0.13 144.65 0.73 0.5
Hex 24 DD 70 54 0 31 D 91 49 32
Octal 44 335 160 124 0 61 15 221 111 62
Binary 100100 11011101 1110000 1010100 0 110001 1101 10010001 1001001 110010

Color Harmonies of #24DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DD70

Black with #24DD70

Text Example


Text Example

White with #24DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24DD70; }

 p { color: rgb(36,221,112); }

 H1.HeaderClassName
 {
   color: #24DD70;
 }
 .AnyTagClassName
 {
   color: #24DD70;
 }
</style>

background-color css

<style>
 a { background-color: #24DD70; }

 a { background-color: rgb(36,221,112); }

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

border-color css

<style>
 span { border-color: #24DD70; }

 span { border-color: rgb(36,221,112); }

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