Html Css Color HEX #10DD71 Malachite

📋 copy color: '#10DD71'

red 16 ◦ green 221 ◦ blue 113

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

Shades of Malachite #10DD71

Tints of Malachite #10DD71

RGB

 RED value IS 16 (6.64% from 255) = 4.57%

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 4.57%
G = 63.14%
B = 32.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#10DD71 (or 0x10DD71) is known color: Malachite. HEX triplet: 10, DD and 71. RGB value is (16,221,113). Sum of RGB (Red+Green+Blue) = 16+221+113=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD71 is #EF228E. Grayscale: #939393. Windows color (decimal): -15671951 or 7462160. OLE color: 7462160.

HSL color Cylindrical-coordinate representation of color #10DD71: hue angle of 148.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DD71 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 221 113 -
CMYK 0.93 0 0.49 0.13
HSL 148.39º 0.86% 0.46% -
HSV(B) 148.39º 0.93% 0.87% -
XYZ 29.05 53.02 24.32 -
YUV 147.39 108.58 34.28 -
System Red Green Blue C M Y K H S L
Decimal 16 221 113 0.93 0 0.49 0.13 148.39 0.86 0.46
Hex 10 DD 71 5D 0 31 D 94 56 2E
Octal 20 335 161 135 0 61 15 224 126 56
Binary 10000 11011101 1110001 1011101 0 110001 1101 10010100 1010110 101110

Color Harmonies of #10DD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DD71

Black with #10DD71

Text Example


Text Example

White with #10DD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10DD71; }

 p { color: rgb(16,221,113); }

 H1.HeaderClassName
 {
   color: #10DD71;
 }
 .AnyTagClassName
 {
   color: #10DD71;
 }
</style>

background-color css

<style>
 a { background-color: #10DD71; }

 a { background-color: rgb(16,221,113); }

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

border-color css

<style>
 span { border-color: #10DD71; }

 span { border-color: rgb(16,221,113); }

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