Html Css Color HEX #13F75D Malachite

📋 copy color: '#13F75D'

red 19 ◦ green 247 ◦ blue 93

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

Shades of Malachite #13F75D

Tints of Malachite #13F75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 5.29%
G = 68.8%
B = 25.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#13F75D (or 0x13F75D) is known color: Malachite. HEX triplet: 13, F7 and 5D. RGB value is (19,247,93). Sum of RGB (Red+Green+Blue) = 19+247+93=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #13F75D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F75D is #EC08A2. Grayscale: #A1A1A1. Windows color (decimal): -15468707 or 6158099. OLE color: 6158099.

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

Color convert

RGB 19 247 93 -
CMYK 0.92 0 0.62 0.03
HSL 139.47º 0.93% 0.52% -
HSV(B) 139.47º 0.92% 0.97% -
XYZ 35.51 67.45 21.5 -
YUV 161.27 89.46 26.52 -
System Red Green Blue C M Y K H S L
Decimal 19 247 93 0.92 0 0.62 0.03 139.47 0.93 0.52
Hex 13 F7 5D 5C 0 3E 3 8B 5D 34
Octal 23 367 135 134 0 76 3 213 135 64
Binary 10011 11110111 1011101 1011100 0 111110 11 10001011 1011101 110100

Color Harmonies of #13F75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F75D

Black with #13F75D

Text Example


Text Example

White with #13F75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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