Html Css Color HEX #19FF42 Malachite

📋 copy color: '#19FF42'

red 25 ◦ green 255 ◦ blue 66

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

Shades of Malachite #19FF42

Tints of Malachite #19FF42

RGB

 RED value IS 25 (10.16% from 255) = 7.23%

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

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 7.23%
G = 73.7%
B = 19.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#19FF42 (or 0x19FF42) is known color: Malachite. HEX triplet: 19, FF and 42. RGB value is (25,255,66). Sum of RGB (Red+Green+Blue) = 25+255+66=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FF42 is #E600BD. Grayscale: #A5A5A5. Windows color (decimal): -15073470 or 4390681. OLE color: 4390681.

HSL color Cylindrical-coordinate representation of color #19FF42: hue angle of 130.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FF42 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 25 255 66 -
CMYK 0.90 0 0.74 0
HSL 130.7º 1% 0.55% -
HSV(B) 130.7º 0.9% 1% -
XYZ 37.14 72.12 17.12 -
YUV 164.68 72.3 28.37 -
System Red Green Blue C M Y K H S L
Decimal 25 255 66 0.90 0 0.74 0 130.7 1 0.55
Hex 19 FF 42 5A 0 4A 0 83 64 37
Octal 31 377 102 132 0 112 0 203 144 67
Binary 11001 11111111 1000010 1011010 0 1001010 0 10000011 1100100 110111

Color Harmonies of #19FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FF42

Black with #19FF42

Text Example


Text Example

White with #19FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19FF42; }

 p { color: rgb(25,255,66); }

 H1.HeaderClassName
 {
   color: #19FF42;
 }
 .AnyTagClassName
 {
   color: #19FF42;
 }
</style>

background-color css

<style>
 a { background-color: #19FF42; }

 a { background-color: rgb(25,255,66); }

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

border-color css

<style>
 span { border-color: #19FF42; }

 span { border-color: rgb(25,255,66); }

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