Html Css Color HEX #14DB43 Malachite

📋 copy color: '#14DB43'

red 20 ◦ green 219 ◦ blue 67

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

Shades of Malachite #14DB43

Tints of Malachite #14DB43

RGB

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

 GREEN value IS 219 (85.94% from 255) = 71.57%

 BLUE value IS 67 (26.56% from 255) = 21.9%

R = 6.54%
G = 71.57%
B = 21.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#14DB43 (or 0x14DB43) is known color: Malachite. HEX triplet: 14, DB and 43. RGB value is (20,219,67). Sum of RGB (Red+Green+Blue) = 20+219+67=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 219 (85.94% from 255 or 71.57% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB43 is #EB24BC. Grayscale: #8E8E8E. Windows color (decimal): -15410365 or 4446996. OLE color: 4446996.

HSL color Cylindrical-coordinate representation of color #14DB43: hue angle of 134.17º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DB43 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 219 67 -
CMYK 0.91 0 0.69 0.14
HSL 134.17º 0.83% 0.47% -
HSV(B) 134.17º 0.91% 0.86% -
XYZ 26.63 51.22 13.79 -
YUV 142.17 85.57 40.86 -
System Red Green Blue C M Y K H S L
Decimal 20 219 67 0.91 0 0.69 0.14 134.17 0.83 0.47
Hex 14 DB 43 5B 0 45 E 86 53 2F
Octal 24 333 103 133 0 105 16 206 123 57
Binary 10100 11011011 1000011 1011011 0 1000101 1110 10000110 1010011 101111

Color Harmonies of #14DB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DB43

Black with #14DB43

Text Example


Text Example

White with #14DB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,219,67); }

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

background-color css

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

 a { background-color: rgb(20,219,67); }

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

border-color css

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

 span { border-color: rgb(20,219,67); }

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