Html Css Color HEX #10DD68 Malachite

📋 copy color: '#10DD68'

red 16 ◦ green 221 ◦ blue 104

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

Shades of Malachite #10DD68

Tints of Malachite #10DD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.5%

R = 4.69%
G = 64.81%
B = 30.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#10DD68 (or 0x10DD68) is known color: Malachite. HEX triplet: 10, DD and 68. RGB value is (16,221,104). Sum of RGB (Red+Green+Blue) = 16+221+104=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD68 is #EF2297. Grayscale: #929292. Windows color (decimal): -15671960 or 6872336. OLE color: 6872336.

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

Color convert

RGB 16 221 104 -
CMYK 0.93 0 0.53 0.13
HSL 145.76º 0.86% 0.46% -
HSV(B) 145.76º 0.93% 0.87% -
XYZ 28.57 52.82 21.79 -
YUV 146.37 104.08 35.01 -
System Red Green Blue C M Y K H S L
Decimal 16 221 104 0.93 0 0.53 0.13 145.76 0.86 0.46
Hex 10 DD 68 5D 0 35 D 92 56 2E
Octal 20 335 150 135 0 65 15 222 126 56
Binary 10000 11011101 1101000 1011101 0 110101 1101 10010010 1010110 101110

Color Harmonies of #10DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DD68

Black with #10DD68

Text Example


Text Example

White with #10DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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