Html Css Color HEX #13FF41 Malachite

📋 copy color: '#13FF41'

red 19 ◦ green 255 ◦ blue 65

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

Shades of Malachite #13FF41

Tints of Malachite #13FF41

RGB

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

 GREEN value IS 255 (100% from 255) = 75.22%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 5.6%
G = 75.22%
B = 19.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#13FF41 (or 0x13FF41) is known color: Malachite. HEX triplet: 13, FF and 41. RGB value is (19,255,65). Sum of RGB (Red+Green+Blue) = 19+255+65=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FF41 is #EC00BE. Grayscale: #A3A3A3. Windows color (decimal): -15466687 or 4325139. OLE color: 4325139.

HSL color Cylindrical-coordinate representation of color #13FF41: hue angle of 131.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FF41 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 19 255 65 -
CMYK 0.93 0 0.75 0
HSL 131.69º 1% 0.54% -
HSV(B) 131.69º 0.93% 1% -
XYZ 36.98 72.04 16.96 -
YUV 162.78 72.81 25.45 -
System Red Green Blue C M Y K H S L
Decimal 19 255 65 0.93 0 0.75 0 131.69 1 0.54
Hex 13 FF 41 5D 0 4B 0 84 64 36
Octal 23 377 101 135 0 113 0 204 144 66
Binary 10011 11111111 1000001 1011101 0 1001011 0 10000100 1100100 110110

Color Harmonies of #13FF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FF41

Black with #13FF41

Text Example


Text Example

White with #13FF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,255,65); }

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

background-color css

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

 a { background-color: rgb(19,255,65); }

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

border-color css

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

 span { border-color: rgb(19,255,65); }

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