Html Css Color HEX #14DD38 Malachite

📋 copy color: '#14DD38'

red 20 ◦ green 221 ◦ blue 56

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

Shades of Malachite #14DD38

Tints of Malachite #14DD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 6.73%
G = 74.41%
B = 18.86%

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

#14DD38 (or 0x14DD38) is known color: Malachite. HEX triplet: 14, DD and 38. RGB value is (20,221,56). Sum of RGB (Red+Green+Blue) = 20+221+56=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 221 (86.72% from 255 or 74.41% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD38 is #EB22C7. Grayscale: #8E8E8E. Windows color (decimal): -15409864 or 3726612. OLE color: 3726612.

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

Color convert

RGB 20 221 56 -
CMYK 0.91 0 0.75 0.13
HSL 130.75º 0.83% 0.47% -
HSV(B) 130.75º 0.91% 0.87% -
XYZ 26.86 52.15 12.39 -
YUV 142.09 79.41 40.92 -
System Red Green Blue C M Y K H S L
Decimal 20 221 56 0.91 0 0.75 0.13 130.75 0.83 0.47
Hex 14 DD 38 5B 0 4B D 83 53 2F
Octal 24 335 70 133 0 113 15 203 123 57
Binary 10100 11011101 111000 1011011 0 1001011 1101 10000011 1010011 101111

Color Harmonies of #14DD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DD38

Black with #14DD38

Text Example


Text Example

White with #14DD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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