Html Css Color HEX #13F73B Malachite

📋 copy color: '#13F73B'

red 19 ◦ green 247 ◦ blue 59

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

Shades of Malachite #13F73B

Tints of Malachite #13F73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 5.85%
G = 76%
B = 18.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#13F73B (or 0x13F73B) is known color: Malachite. HEX triplet: 13, F7 and 3B. RGB value is (19,247,59). Sum of RGB (Red+Green+Blue) = 19+247+59=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 247 (96.88% from 255 or 76% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 247 - color contains mainly: green. Hex color #13F73B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F73B is #EC08C4. Grayscale: #9D9D9D. Windows color (decimal): -15468741 or 3929875. OLE color: 3929875.

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

Color convert

RGB 19 247 59 -
CMYK 0.92 0 0.76 0.03
HSL 130.53º 0.93% 0.52% -
HSV(B) 130.53º 0.92% 0.97% -
XYZ 34.32 66.98 15.26 -
YUV 157.4 72.46 29.29 -
System Red Green Blue C M Y K H S L
Decimal 19 247 59 0.92 0 0.76 0.03 130.53 0.93 0.52
Hex 13 F7 3B 5C 0 4C 3 83 5D 34
Octal 23 367 73 134 0 114 3 203 135 64
Binary 10011 11110111 111011 1011100 0 1001100 11 10000011 1011101 110100

Color Harmonies of #13F73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F73B

Black with #13F73B

Text Example


Text Example

White with #13F73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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