Html Css Color HEX #13D64B Malachite

📋 copy color: '#13D64B'

red 19 ◦ green 214 ◦ blue 75

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

Shades of Malachite #13D64B

Tints of Malachite #13D64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.35%

R = 6.17%
G = 69.48%
B = 24.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#13D64B (or 0x13D64B) is known color: Malachite. HEX triplet: 13, D6 and 4B. RGB value is (19,214,75). Sum of RGB (Red+Green+Blue) = 19+214+75=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #13D64B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D64B is #EC29B4. Grayscale: #8C8C8C. Windows color (decimal): -15477173 or 4970003. OLE color: 4970003.

HSL color Cylindrical-coordinate representation of color #13D64B: hue angle of 137.23º 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 #13D64B is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 214 75 -
CMYK 0.91 0 0.65 0.16
HSL 137.23º 0.84% 0.46% -
HSV(B) 137.23º 0.91% 0.84% -
XYZ 25.59 48.74 14.72 -
YUV 139.85 91.4 41.8 -
System Red Green Blue C M Y K H S L
Decimal 19 214 75 0.91 0 0.65 0.16 137.23 0.84 0.46
Hex 13 D6 4B 5B 0 41 10 89 54 2E
Octal 23 326 113 133 0 101 20 211 124 56
Binary 10011 11010110 1001011 1011011 0 1000001 10000 10001001 1010100 101110

Color Harmonies of #13D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D64B

Black with #13D64B

Text Example


Text Example

White with #13D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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