Html Css Color HEX #10DD4F Malachite

📋 copy color: '#10DD4F'

red 16 ◦ green 221 ◦ blue 79

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

Shades of Malachite #10DD4F

Tints of Malachite #10DD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25%

R = 5.06%
G = 69.94%
B = 25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#10DD4F (or 0x10DD4F) is known color: Malachite. HEX triplet: 10, DD and 4F. RGB value is (16,221,79). Sum of RGB (Red+Green+Blue) = 16+221+79=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD4F is #EF22B0. Grayscale: #8F8F8F. Windows color (decimal): -15671985 or 5233936. OLE color: 5233936.

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

Color convert

RGB 16 221 79 -
CMYK 0.93 0 0.64 0.13
HSL 138.44º 0.86% 0.46% -
HSV(B) 138.44º 0.93% 0.87% -
XYZ 27.48 52.39 16.06 -
YUV 143.52 91.58 37.05 -
System Red Green Blue C M Y K H S L
Decimal 16 221 79 0.93 0 0.64 0.13 138.44 0.86 0.46
Hex 10 DD 4F 5D 0 40 D 8A 56 2E
Octal 20 335 117 135 0 100 15 212 126 56
Binary 10000 11011101 1001111 1011101 0 1000000 1101 10001010 1010110 101110

Color Harmonies of #10DD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DD4F

Black with #10DD4F

Text Example


Text Example

White with #10DD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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