Html Css Color HEX #04F942 Malachite

📋 copy color: '#04F942'

red 4 ◦ green 249 ◦ blue 66

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

Shades of Malachite #04F942

Tints of Malachite #04F942

RGB

 RED value IS 4 (1.95% from 255) = 1.25%

 GREEN value IS 249 (97.66% from 255) = 78.06%

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

R = 1.25%
G = 78.06%
B = 20.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#04F942 (or 0x04F942) is known color: Malachite. HEX triplet: 04, F9 and 42. RGB value is (4,249,66). Sum of RGB (Red+Green+Blue) = 4+249+66=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #04F942 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04F942 is #FB06BD. Grayscale: #9B9B9B. Windows color (decimal): -16451262 or 4389124. OLE color: 4389124.

HSL color Cylindrical-coordinate representation of color #04F942: hue angle of 135.18º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F942 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 249 66 -
CMYK 0.98 0 0.73 0.02
HSL 135.18º 0.97% 0.5% -
HSV(B) 135.18º 0.98% 0.98% -
XYZ 34.91 68.17 16.47 -
YUV 154.88 77.83 20.38 -
System Red Green Blue C M Y K H S L
Decimal 4 249 66 0.98 0 0.73 0.02 135.18 0.97 0.5
Hex 4 F9 42 62 0 49 2 87 61 32
Octal 4 371 102 142 0 111 2 207 141 62
Binary 100 11111001 1000010 1100010 0 1001001 10 10000111 1100001 110010

Color Harmonies of #04F942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F942

Black with #04F942

Text Example


Text Example

White with #04F942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04F942; }

 p { color: rgb(4,249,66); }

 H1.HeaderClassName
 {
   color: #04F942;
 }
 .AnyTagClassName
 {
   color: #04F942;
 }
</style>

background-color css

<style>
 a { background-color: #04F942; }

 a { background-color: rgb(4,249,66); }

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

border-color css

<style>
 span { border-color: #04F942; }

 span { border-color: rgb(4,249,66); }

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