Html Css Color HEX #13F74D Malachite

📋 copy color: '#13F74D'

red 19 ◦ green 247 ◦ blue 77

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

Shades of Malachite #13F74D

Tints of Malachite #13F74D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 72.01%

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 5.54%
G = 72.01%
B = 22.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#13F74D (or 0x13F74D) is known color: Malachite. HEX triplet: 13, F7 and 4D. RGB value is (19,247,77). Sum of RGB (Red+Green+Blue) = 19+247+77=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 247 (96.88% from 255 or 72.01% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 247 - color contains mainly: green. Hex color #13F74D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F74D is #EC08B2. Grayscale: #9F9F9F. Windows color (decimal): -15468723 or 5109523. OLE color: 5109523.

HSL color Cylindrical-coordinate representation of color #13F74D: hue angle of 135.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F74D is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 247 77 -
CMYK 0.92 0 0.69 0.03
HSL 135.26º 0.93% 0.52% -
HSV(B) 135.26º 0.92% 0.97% -
XYZ 34.87 67.2 18.15 -
YUV 159.45 81.46 27.82 -
System Red Green Blue C M Y K H S L
Decimal 19 247 77 0.92 0 0.69 0.03 135.26 0.93 0.52
Hex 13 F7 4D 5C 0 45 3 87 5D 34
Octal 23 367 115 134 0 105 3 207 135 64
Binary 10011 11110111 1001101 1011100 0 1000101 11 10000111 1011101 110100

Color Harmonies of #13F74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F74D

Black with #13F74D

Text Example


Text Example

White with #13F74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,247,77); }

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

background-color css

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

 a { background-color: rgb(19,247,77); }

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

border-color css

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

 span { border-color: rgb(19,247,77); }

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