Html Css Color HEX #19EF42 Malachite

📋 copy color: '#19EF42'

red 25 ◦ green 239 ◦ blue 66

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

Shades of Malachite #19EF42

Tints of Malachite #19EF42

RGB

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

 GREEN value IS 239 (93.75% from 255) = 72.42%

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

R = 7.58%
G = 72.42%
B = 20%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#19EF42 (or 0x19EF42) is known color: Malachite. HEX triplet: 19, EF and 42. RGB value is (25,239,66). Sum of RGB (Red+Green+Blue) = 25+239+66=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #19EF42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EF42 is #E610BD. Grayscale: #9B9B9B. Windows color (decimal): -15077566 or 4386585. OLE color: 4386585.

HSL color Cylindrical-coordinate representation of color #19EF42: hue angle of 131.5º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EF42 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 239 66 -
CMYK 0.90 0 0.72 0.06
HSL 131.5º 0.87% 0.52% -
HSV(B) 131.5º 0.9% 0.94% -
XYZ 32.25 62.33 15.49 -
YUV 155.29 77.6 35.07 -
System Red Green Blue C M Y K H S L
Decimal 25 239 66 0.90 0 0.72 0.06 131.5 0.87 0.52
Hex 19 EF 42 5A 0 48 6 83 57 34
Octal 31 357 102 132 0 110 6 203 127 64
Binary 11001 11101111 1000010 1011010 0 1001000 110 10000011 1010111 110100

Color Harmonies of #19EF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EF42

Black with #19EF42

Text Example


Text Example

White with #19EF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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