Html Css Color HEX #13F863 Malachite

📋 copy color: '#13F863'

red 19 ◦ green 248 ◦ blue 99

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

Shades of Malachite #13F863

Tints of Malachite #13F863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 5.19%
G = 67.76%
B = 27.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#13F863 (or 0x13F863) is known color: Malachite. HEX triplet: 13, F8 and 63. RGB value is (19,248,99). Sum of RGB (Red+Green+Blue) = 19+248+99=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 248 (97.27% from 255 or 67.76% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 248 - color contains mainly: green. Hex color #13F863 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F863 is #EC079C. Grayscale: #A2A2A2. Windows color (decimal): -15468445 or 6551571. OLE color: 6551571.

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

Color convert

RGB 19 248 99 -
CMYK 0.92 0 0.60 0.03
HSL 140.96º 0.94% 0.52% -
HSV(B) 140.96º 0.92% 0.97% -
XYZ 36.09 68.17 23.06 -
YUV 162.54 92.13 25.62 -
System Red Green Blue C M Y K H S L
Decimal 19 248 99 0.92 0 0.60 0.03 140.96 0.94 0.52
Hex 13 F8 63 5C 0 3C 3 8D 5E 34
Octal 23 370 143 134 0 74 3 215 136 64
Binary 10011 11111000 1100011 1011100 0 111100 11 10001101 1011110 110100

Color Harmonies of #13F863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F863

Black with #13F863

Text Example


Text Example

White with #13F863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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