Html Css Color HEX #13F84D Malachite

📋 copy color: '#13F84D'

red 19 ◦ green 248 ◦ blue 77

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

Shades of Malachite #13F84D

Tints of Malachite #13F84D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 72.09%

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

R = 5.52%
G = 72.09%
B = 22.38%

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

#13F84D (or 0x13F84D) is known color: Malachite. HEX triplet: 13, F8 and 4D. RGB value is (19,248,77). Sum of RGB (Red+Green+Blue) = 19+248+77=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 248 (97.27% from 255 or 72.09% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 248 - color contains mainly: green. Hex color #13F84D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F84D is #EC07B2. Grayscale: #A0A0A0. Windows color (decimal): -15468467 or 5109779. OLE color: 5109779.

HSL color Cylindrical-coordinate representation of color #13F84D: hue angle of 135.2º degrees, saturation: 0.94, 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 #13F84D is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 248 77 -
CMYK 0.92 0 0.69 0.03
HSL 135.2º 0.94% 0.52% -
HSV(B) 135.2º 0.92% 0.97% -
XYZ 35.18 67.81 18.26 -
YUV 160.04 81.13 27.4 -
System Red Green Blue C M Y K H S L
Decimal 19 248 77 0.92 0 0.69 0.03 135.2 0.94 0.52
Hex 13 F8 4D 5C 0 45 3 87 5E 34
Octal 23 370 115 134 0 105 3 207 136 64
Binary 10011 11111000 1001101 1011100 0 1000101 11 10000111 1011110 110100

Color Harmonies of #13F84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F84D

Black with #13F84D

Text Example


Text Example

White with #13F84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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