Html Css Color HEX #10DF40 Malachite

📋 copy color: '#10DF40'

red 16 ◦ green 223 ◦ blue 64

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

Shades of Malachite #10DF40

Tints of Malachite #10DF40

RGB

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

 GREEN value IS 223 (87.5% from 255) = 73.6%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 5.28%
G = 73.6%
B = 21.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#10DF40 (or 0x10DF40) is known color: Malachite. HEX triplet: 10, DF and 40. RGB value is (16,223,64). Sum of RGB (Red+Green+Blue) = 16+223+64=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 223 (87.5% from 255 or 73.60% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DF40 is #EF20BF. Grayscale: #8F8F8F. Windows color (decimal): -15671488 or 4251408. OLE color: 4251408.

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

Color convert

RGB 16 223 64 -
CMYK 0.93 0 0.71 0.13
HSL 133.91º 0.87% 0.47% -
HSV(B) 133.91º 0.93% 0.87% -
XYZ 27.53 53.26 13.68 -
YUV 142.98 83.42 37.43 -
System Red Green Blue C M Y K H S L
Decimal 16 223 64 0.93 0 0.71 0.13 133.91 0.87 0.47
Hex 10 DF 40 5D 0 47 D 86 57 2F
Octal 20 337 100 135 0 107 15 206 127 57
Binary 10000 11011111 1000000 1011101 0 1000111 1101 10000110 1010111 101111

Color Harmonies of #10DF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DF40

Black with #10DF40

Text Example


Text Example

White with #10DF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,223,64); }

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

background-color css

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

 a { background-color: rgb(16,223,64); }

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

border-color css

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

 span { border-color: rgb(16,223,64); }

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