Html Css Color HEX #14DF52 Malachite

📋 copy color: '#14DF52'

red 20 ◦ green 223 ◦ blue 82

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

Shades of Malachite #14DF52

Tints of Malachite #14DF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 6.15%
G = 68.62%
B = 25.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#14DF52 (or 0x14DF52) is known color: Malachite. HEX triplet: 14, DF and 52. RGB value is (20,223,82). Sum of RGB (Red+Green+Blue) = 20+223+82=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 223 (87.5% from 255 or 68.62% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DF52 is #EB20AD. Grayscale: #929292. Windows color (decimal): -15409326 or 5431060. OLE color: 5431060.

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

Color convert

RGB 20 223 82 -
CMYK 0.91 0 0.63 0.13
HSL 138.33º 0.84% 0.48% -
HSV(B) 138.33º 0.91% 0.87% -
XYZ 28.2 53.53 16.83 -
YUV 146.23 91.75 37.96 -
System Red Green Blue C M Y K H S L
Decimal 20 223 82 0.91 0 0.63 0.13 138.33 0.84 0.48
Hex 14 DF 52 5B 0 3F D 8A 54 30
Octal 24 337 122 133 0 77 15 212 124 60
Binary 10100 11011111 1010010 1011011 0 111111 1101 10001010 1010100 110000

Color Harmonies of #14DF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF52

Black with #14DF52

Text Example


Text Example

White with #14DF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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