Html Css Color HEX #14CF53 Malachite

📋 copy color: '#14CF53'

red 20 ◦ green 207 ◦ blue 83

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

Shades of Malachite #14CF53

Tints of Malachite #14CF53

RGB

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

 GREEN value IS 207 (81.25% from 255) = 66.77%

 BLUE value IS 83 (32.81% from 255) = 26.77%

R = 6.45%
G = 66.77%
B = 26.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#14CF53 (or 0x14CF53) is known color: Malachite. HEX triplet: 14, CF and 53. RGB value is (20,207,83). Sum of RGB (Red+Green+Blue) = 20+207+83=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 207 (81.25% from 255 or 66.77% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CF53 is #EB30AC. Grayscale: #898989. Windows color (decimal): -15413421 or 5492500. OLE color: 5492500.

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

Color convert

RGB 20 207 83 -
CMYK 0.90 0 0.60 0.19
HSL 140.21º 0.82% 0.45% -
HSV(B) 140.21º 0.9% 0.81% -
XYZ 24.16 45.4 15.67 -
YUV 136.95 97.55 44.58 -
System Red Green Blue C M Y K H S L
Decimal 20 207 83 0.90 0 0.60 0.19 140.21 0.82 0.45
Hex 14 CF 53 5A 0 3C 13 8C 52 2D
Octal 24 317 123 132 0 74 23 214 122 55
Binary 10100 11001111 1010011 1011010 0 111100 10011 10001100 1010010 101101

Color Harmonies of #14CF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF53

Black with #14CF53

Text Example


Text Example

White with #14CF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,207,83); }

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

background-color css

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

 a { background-color: rgb(20,207,83); }

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

border-color css

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

 span { border-color: rgb(20,207,83); }

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