Html Css Color HEX #13D63F Malachite

📋 copy color: '#13D63F'

red 19 ◦ green 214 ◦ blue 63

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

Shades of Malachite #13D63F

Tints of Malachite #13D63F

RGB

 RED value IS 19 (7.81% from 255) = 6.42%

 GREEN value IS 214 (83.98% from 255) = 72.3%

 BLUE value IS 63 (25% from 255) = 21.28%

R = 6.42%
G = 72.3%
B = 21.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#13D63F (or 0x13D63F) is known color: Malachite. HEX triplet: 13, D6 and 3F. RGB value is (19,214,63). Sum of RGB (Red+Green+Blue) = 19+214+63=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 214 (83.98% from 255 or 72.30% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 214 - color contains mainly: green. Hex color #13D63F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D63F is #EC29C0. Grayscale: #8A8A8A. Windows color (decimal): -15477185 or 4183571. OLE color: 4183571.

HSL color Cylindrical-coordinate representation of color #13D63F: hue angle of 133.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D63F is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 214 63 -
CMYK 0.91 0 0.71 0.16
HSL 133.54º 0.84% 0.46% -
HSV(B) 133.54º 0.91% 0.84% -
XYZ 25.21 48.59 12.75 -
YUV 138.48 85.4 42.78 -
System Red Green Blue C M Y K H S L
Decimal 19 214 63 0.91 0 0.71 0.16 133.54 0.84 0.46
Hex 13 D6 3F 5B 0 47 10 86 54 2E
Octal 23 326 77 133 0 107 20 206 124 56
Binary 10011 11010110 111111 1011011 0 1000111 10000 10000110 1010100 101110

Color Harmonies of #13D63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D63F

Black with #13D63F

Text Example


Text Example

White with #13D63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13D63F; }

 p { color: rgb(19,214,63); }

 H1.HeaderClassName
 {
   color: #13D63F;
 }
 .AnyTagClassName
 {
   color: #13D63F;
 }
</style>

background-color css

<style>
 a { background-color: #13D63F; }

 a { background-color: rgb(19,214,63); }

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

border-color css

<style>
 span { border-color: #13D63F; }

 span { border-color: rgb(19,214,63); }

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