Html Css Color HEX #04C85F Malachite

📋 copy color: '#04C85F'

red 4 ◦ green 200 ◦ blue 95

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

Shades of Malachite #04C85F

Tints of Malachite #04C85F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 66.89%

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 1.34%
G = 66.89%
B = 31.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#04C85F (or 0x04C85F) is known color: Malachite. HEX triplet: 04, C8 and 5F. RGB value is (4,200,95). Sum of RGB (Red+Green+Blue) = 4+200+95=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 200 (78.52% from 255 or 66.89% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 200 - color contains mainly: green. Hex color #04C85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C85F is #FB37A0. Grayscale: #818181. Windows color (decimal): -16463777 or 6277124. OLE color: 6277124.

HSL color Cylindrical-coordinate representation of color #04C85F: hue angle of 147.86º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C85F is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 200 95 -
CMYK 0.98 0 0.52 0.22
HSL 147.86º 0.96% 0.4% -
HSV(B) 147.86º 0.98% 0.78% -
XYZ 22.77 42.16 17.76 -
YUV 129.43 108.57 38.54 -
System Red Green Blue C M Y K H S L
Decimal 4 200 95 0.98 0 0.52 0.22 147.86 0.96 0.4
Hex 4 C8 5F 62 0 34 16 94 60 28
Octal 4 310 137 142 0 64 26 224 140 50
Binary 100 11001000 1011111 1100010 0 110100 10110 10010100 1100000 101000

Color Harmonies of #04C85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C85F

Black with #04C85F

Text Example


Text Example

White with #04C85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,200,95); }

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

background-color css

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

 a { background-color: rgb(4,200,95); }

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

border-color css

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

 span { border-color: rgb(4,200,95); }

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