Html Css Color HEX #14CD51 Malachite

📋 copy color: '#14CD51'

red 20 ◦ green 205 ◦ blue 81

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

Shades of Malachite #14CD51

Tints of Malachite #14CD51

RGB

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

 GREEN value IS 205 (80.47% from 255) = 66.99%

 BLUE value IS 81 (32.03% from 255) = 26.47%

R = 6.54%
G = 66.99%
B = 26.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#14CD51 (or 0x14CD51) is known color: Malachite. HEX triplet: 14, CD and 51. RGB value is (20,205,81). Sum of RGB (Red+Green+Blue) = 20+205+81=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 205 (80.47% from 255 or 66.99% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CD51 is #EB32AE. Grayscale: #878787. Windows color (decimal): -15413935 or 5360916. OLE color: 5360916.

HSL color Cylindrical-coordinate representation of color #14CD51: hue angle of 139.78º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CD51 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 205 81 -
CMYK 0.90 0 0.60 0.20
HSL 139.78º 0.82% 0.44% -
HSV(B) 139.78º 0.9% 0.8% -
XYZ 23.61 44.41 15.11 -
YUV 135.55 97.21 45.58 -
System Red Green Blue C M Y K H S L
Decimal 20 205 81 0.90 0 0.60 0.20 139.78 0.82 0.44
Hex 14 CD 51 5A 0 3C 14 8C 52 2C
Octal 24 315 121 132 0 74 24 214 122 54
Binary 10100 11001101 1010001 1011010 0 111100 10100 10001100 1010010 101100

Color Harmonies of #14CD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CD51

Black with #14CD51

Text Example


Text Example

White with #14CD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,205,81); }

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

background-color css

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

 a { background-color: rgb(20,205,81); }

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

border-color css

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

 span { border-color: rgb(20,205,81); }

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