Html Css Color HEX #04F85C Malachite

📋 copy color: '#04F85C'

red 4 ◦ green 248 ◦ blue 92

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

Shades of Malachite #04F85C

Tints of Malachite #04F85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 1.16%
G = 72.09%
B = 26.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#04F85C (or 0x04F85C) is known color: Malachite. HEX triplet: 04, F8 and 5C. RGB value is (4,248,92). Sum of RGB (Red+Green+Blue) = 4+248+92=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 248 (97.27% from 255 or 72.09% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 248 - color contains mainly: green. Hex color #04F85C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F85C is #FB07A3. Grayscale: #9D9D9D. Windows color (decimal): -16451492 or 6092804. OLE color: 6092804.

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

Color convert

RGB 4 248 92 -
CMYK 0.98 0 0.63 0.03
HSL 141.64º 0.97% 0.49% -
HSV(B) 141.64º 0.98% 0.97% -
XYZ 35.55 67.93 21.36 -
YUV 157.26 91.16 18.68 -
System Red Green Blue C M Y K H S L
Decimal 4 248 92 0.98 0 0.63 0.03 141.64 0.97 0.49
Hex 4 F8 5C 62 0 3F 3 8E 61 31
Octal 4 370 134 142 0 77 3 216 141 61
Binary 100 11111000 1011100 1100010 0 111111 11 10001110 1100001 110001

Color Harmonies of #04F85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F85C

Black with #04F85C

Text Example


Text Example

White with #04F85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,248,92); }

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

background-color css

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

 a { background-color: rgb(4,248,92); }

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

border-color css

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

 span { border-color: rgb(4,248,92); }

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