Html Css Color HEX #14DF50 Malachite

📋 copy color: '#14DF50'

red 20 ◦ green 223 ◦ blue 80

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

Shades of Malachite #14DF50

Tints of Malachite #14DF50

RGB

 RED value IS 20 (8.2% from 255) = 6.19%

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

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 6.19%
G = 69.04%
B = 24.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#14DF50 (or 0x14DF50) is known color: Malachite. HEX triplet: 14, DF and 50. RGB value is (20,223,80). Sum of RGB (Red+Green+Blue) = 20+223+80=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 223 (87.5% from 255 or 69.04% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DF50 is #EB20AF. Grayscale: #929292. Windows color (decimal): -15409328 or 5299988. OLE color: 5299988.

HSL color Cylindrical-coordinate representation of color #14DF50: hue angle of 137.73º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF50 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 223 80 -
CMYK 0.91 0 0.64 0.13
HSL 137.73º 0.84% 0.48% -
HSV(B) 137.73º 0.91% 0.87% -
XYZ 28.12 53.5 16.43 -
YUV 146 90.75 38.13 -
System Red Green Blue C M Y K H S L
Decimal 20 223 80 0.91 0 0.64 0.13 137.73 0.84 0.48
Hex 14 DF 50 5B 0 40 D 8A 54 30
Octal 24 337 120 133 0 100 15 212 124 60
Binary 10100 11011111 1010000 1011011 0 1000000 1101 10001010 1010100 110000

Color Harmonies of #14DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF50

Black with #14DF50

Text Example


Text Example

White with #14DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14DF50; }

 p { color: rgb(20,223,80); }

 H1.HeaderClassName
 {
   color: #14DF50;
 }
 .AnyTagClassName
 {
   color: #14DF50;
 }
</style>

background-color css

<style>
 a { background-color: #14DF50; }

 a { background-color: rgb(20,223,80); }

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

border-color css

<style>
 span { border-color: #14DF50; }

 span { border-color: rgb(20,223,80); }

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