Html Css Color HEX #14DB37 Malachite

📋 copy color: '#14DB37'

red 20 ◦ green 219 ◦ blue 55

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

Shades of Malachite #14DB37

Tints of Malachite #14DB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 6.8%
G = 74.49%
B = 18.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#14DB37 (or 0x14DB37) is known color: Malachite. HEX triplet: 14, DB and 37. RGB value is (20,219,55). Sum of RGB (Red+Green+Blue) = 20+219+55=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 219 (85.94% from 255 or 74.49% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB37 is #EB24C8. Grayscale: #8D8D8D. Windows color (decimal): -15410377 or 3660564. OLE color: 3660564.

HSL color Cylindrical-coordinate representation of color #14DB37: hue angle of 130.55º 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 #14DB37 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 219 55 -
CMYK 0.91 0 0.75 0.14
HSL 130.55º 0.83% 0.47% -
HSV(B) 130.55º 0.91% 0.86% -
XYZ 26.31 51.09 12.09 -
YUV 140.8 79.57 41.84 -
System Red Green Blue C M Y K H S L
Decimal 20 219 55 0.91 0 0.75 0.14 130.55 0.83 0.47
Hex 14 DB 37 5B 0 4B E 83 53 2F
Octal 24 333 67 133 0 113 16 203 123 57
Binary 10100 11011011 110111 1011011 0 1001011 1110 10000011 1010011 101111

Color Harmonies of #14DB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DB37

Black with #14DB37

Text Example


Text Example

White with #14DB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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