Html Css Color HEX #13D056 Malachite

📋 copy color: '#13D056'

red 19 ◦ green 208 ◦ blue 86

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

Shades of Malachite #13D056

Tints of Malachite #13D056

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.45%

 BLUE value IS 86 (33.98% from 255) = 27.48%

R = 6.07%
G = 66.45%
B = 27.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#13D056 (or 0x13D056) is known color: Malachite. HEX triplet: 13, D0 and 56. RGB value is (19,208,86). Sum of RGB (Red+Green+Blue) = 19+208+86=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #13D056 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D056 is #EC2FA9. Grayscale: #898989. Windows color (decimal): -15478698 or 5689363. OLE color: 5689363.

HSL color Cylindrical-coordinate representation of color #13D056: hue angle of 141.27º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D056 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 208 86 -
CMYK 0.91 0 0.59 0.18
HSL 141.27º 0.83% 0.45% -
HSV(B) 141.27º 0.91% 0.82% -
XYZ 24.5 45.92 16.38 -
YUV 137.58 98.88 43.42 -
System Red Green Blue C M Y K H S L
Decimal 19 208 86 0.91 0 0.59 0.18 141.27 0.83 0.45
Hex 13 D0 56 5B 0 3B 12 8D 53 2D
Octal 23 320 126 133 0 73 22 215 123 55
Binary 10011 11010000 1010110 1011011 0 111011 10010 10001101 1010011 101101

Color Harmonies of #13D056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D056

Black with #13D056

Text Example


Text Example

White with #13D056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,208,86); }

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

background-color css

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

 a { background-color: rgb(19,208,86); }

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

border-color css

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

 span { border-color: rgb(19,208,86); }

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