Html Css Color HEX #13F84F Malachite

📋 copy color: '#13F84F'

red 19 ◦ green 248 ◦ blue 79

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

Shades of Malachite #13F84F

Tints of Malachite #13F84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 5.49%
G = 71.68%
B = 22.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#13F84F (or 0x13F84F) is known color: Malachite. HEX triplet: 13, F8 and 4F. RGB value is (19,248,79). Sum of RGB (Red+Green+Blue) = 19+248+79=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #13F84F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F84F is #EC07B0. Grayscale: #A0A0A0. Windows color (decimal): -15468465 or 5240851. OLE color: 5240851.

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

Color convert

RGB 19 248 79 -
CMYK 0.92 0 0.68 0.03
HSL 135.72º 0.94% 0.52% -
HSV(B) 135.72º 0.92% 0.97% -
XYZ 35.25 67.84 18.63 -
YUV 160.26 82.13 27.24 -
System Red Green Blue C M Y K H S L
Decimal 19 248 79 0.92 0 0.68 0.03 135.72 0.94 0.52
Hex 13 F8 4F 5C 0 44 3 88 5E 34
Octal 23 370 117 134 0 104 3 210 136 64
Binary 10011 11111000 1001111 1011100 0 1000100 11 10001000 1011110 110100

Color Harmonies of #13F84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F84F

Black with #13F84F

Text Example


Text Example

White with #13F84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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