Html Css Color HEX #14DB35 Malachite

📋 copy color: '#14DB35'

red 20 ◦ green 219 ◦ blue 53

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

Shades of Malachite #14DB35

Tints of Malachite #14DB35

RGB

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

 GREEN value IS 219 (85.94% from 255) = 75%

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 6.85%
G = 75%
B = 18.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#14DB35 (or 0x14DB35) is known color: Malachite. HEX triplet: 14, DB and 35. RGB value is (20,219,53). Sum of RGB (Red+Green+Blue) = 20+219+53=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 219 (85.94% from 255 or 75% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB35 is #EB24CA. Grayscale: #8D8D8D. Windows color (decimal): -15410379 or 3529492. OLE color: 3529492.

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

Color convert

RGB 20 219 53 -
CMYK 0.91 0 0.76 0.14
HSL 129.95º 0.83% 0.47% -
HSV(B) 129.95º 0.91% 0.86% -
XYZ 26.26 51.07 11.84 -
YUV 140.58 78.57 42 -
System Red Green Blue C M Y K H S L
Decimal 20 219 53 0.91 0 0.76 0.14 129.95 0.83 0.47
Hex 14 DB 35 5B 0 4C E 82 53 2F
Octal 24 333 65 133 0 114 16 202 123 57
Binary 10100 11011011 110101 1011011 0 1001100 1110 10000010 1010011 101111

Color Harmonies of #14DB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DB35

Black with #14DB35

Text Example


Text Example

White with #14DB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,219,53); }

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

background-color css

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

 a { background-color: rgb(20,219,53); }

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

border-color css

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

 span { border-color: rgb(20,219,53); }

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