Html Css Color HEX #14DD37 Malachite

📋 copy color: '#14DD37'

red 20 ◦ green 221 ◦ blue 55

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

Shades of Malachite #14DD37

Tints of Malachite #14DD37

RGB

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

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

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

R = 6.76%
G = 74.66%
B = 18.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#14DD37 (or 0x14DD37) is known color: Malachite. HEX triplet: 14, DD and 37. RGB value is (20,221,55). Sum of RGB (Red+Green+Blue) = 20+221+55=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 221 (86.72% from 255 or 74.66% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD37 is #EB22C8. Grayscale: #8E8E8E. Windows color (decimal): -15409865 or 3661076. OLE color: 3661076.

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

Color convert

RGB 20 221 55 -
CMYK 0.91 0 0.75 0.13
HSL 130.45º 0.83% 0.47% -
HSV(B) 130.45º 0.91% 0.87% -
XYZ 26.83 52.14 12.26 -
YUV 141.98 78.91 41 -
System Red Green Blue C M Y K H S L
Decimal 20 221 55 0.91 0 0.75 0.13 130.45 0.83 0.47
Hex 14 DD 37 5B 0 4B D 82 53 2F
Octal 24 335 67 133 0 113 15 202 123 57
Binary 10100 11011101 110111 1011011 0 1001011 1101 10000010 1010011 101111

Color Harmonies of #14DD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DD37

Black with #14DD37

Text Example


Text Example

White with #14DD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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