Html Css Color HEX #10DD64 Malachite

📋 copy color: '#10DD64'

red 16 ◦ green 221 ◦ blue 100

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

Shades of Malachite #10DD64

Tints of Malachite #10DD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 4.75%
G = 65.58%
B = 29.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#10DD64 (or 0x10DD64) is known color: Malachite. HEX triplet: 10, DD and 64. RGB value is (16,221,100). Sum of RGB (Red+Green+Blue) = 16+221+100=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD64 is #EF229B. Grayscale: #929292. Windows color (decimal): -15671964 or 6610192. OLE color: 6610192.

HSL color Cylindrical-coordinate representation of color #10DD64: hue angle of 144.59º 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 #10DD64 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 221 100 -
CMYK 0.93 0 0.55 0.13
HSL 144.59º 0.86% 0.46% -
HSV(B) 144.59º 0.93% 0.87% -
XYZ 28.37 52.74 20.74 -
YUV 145.91 102.08 35.34 -
System Red Green Blue C M Y K H S L
Decimal 16 221 100 0.93 0 0.55 0.13 144.59 0.86 0.46
Hex 10 DD 64 5D 0 37 D 91 56 2E
Octal 20 335 144 135 0 67 15 221 126 56
Binary 10000 11011101 1100100 1011101 0 110111 1101 10010001 1010110 101110

Color Harmonies of #10DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DD64

Black with #10DD64

Text Example


Text Example

White with #10DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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