Html Css Color HEX #14DE32 Malachite

📋 copy color: '#14DE32'

red 20 ◦ green 222 ◦ blue 50

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

Shades of Malachite #14DE32

Tints of Malachite #14DE32

RGB

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

 GREEN value IS 222 (87.11% from 255) = 76.03%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 6.85%
G = 76.03%
B = 17.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#14DE32 (or 0x14DE32) is known color: Malachite. HEX triplet: 14, DE and 32. RGB value is (20,222,50). Sum of RGB (Red+Green+Blue) = 20+222+50=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 222 (87.11% from 255 or 76.03% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 222 - color contains mainly: green. Hex color #14DE32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DE32 is #EB21CD. Grayscale: #8E8E8E. Windows color (decimal): -15409614 or 3333652. OLE color: 3333652.

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

Color convert

RGB 20 222 50 -
CMYK 0.91 0 0.77 0.13
HSL 128.91º 0.83% 0.47% -
HSV(B) 128.91º 0.91% 0.87% -
XYZ 26.99 52.62 11.75 -
YUV 141.99 76.08 40.99 -
System Red Green Blue C M Y K H S L
Decimal 20 222 50 0.91 0 0.77 0.13 128.91 0.83 0.47
Hex 14 DE 32 5B 0 4D D 81 53 2F
Octal 24 336 62 133 0 115 15 201 123 57
Binary 10100 11011110 110010 1011011 0 1001101 1101 10000001 1010011 101111

Color Harmonies of #14DE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DE32

Black with #14DE32

Text Example


Text Example

White with #14DE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,222,50); }

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

background-color css

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

 a { background-color: rgb(20,222,50); }

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

border-color css

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

 span { border-color: rgb(20,222,50); }

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