Html Css Color HEX #14DF42 Malachite

📋 copy color: '#14DF42'

red 20 ◦ green 223 ◦ blue 66

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

Shades of Malachite #14DF42

Tints of Malachite #14DF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.17%

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 6.47%
G = 72.17%
B = 21.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#14DF42 (or 0x14DF42) is known color: Malachite. HEX triplet: 14, DF and 42. RGB value is (20,223,66). Sum of RGB (Red+Green+Blue) = 20+223+66=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 223 (87.5% from 255 or 72.17% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF42 is #EB20BD. Grayscale: #909090. Windows color (decimal): -15409342 or 4382484. OLE color: 4382484.

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

Color convert

RGB 20 223 66 -
CMYK 0.91 0 0.70 0.13
HSL 133.6º 0.84% 0.48% -
HSV(B) 133.6º 0.91% 0.87% -
XYZ 27.66 53.32 13.99 -
YUV 144.41 83.75 39.27 -
System Red Green Blue C M Y K H S L
Decimal 20 223 66 0.91 0 0.70 0.13 133.6 0.84 0.48
Hex 14 DF 42 5B 0 46 D 86 54 30
Octal 24 337 102 133 0 106 15 206 124 60
Binary 10100 11011111 1000010 1011011 0 1000110 1101 10000110 1010100 110000

Color Harmonies of #14DF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF42

Black with #14DF42

Text Example


Text Example

White with #14DF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,223,66); }

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

background-color css

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

 a { background-color: rgb(20,223,66); }

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

border-color css

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

 span { border-color: rgb(20,223,66); }

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