Html Css Color HEX #04CF70 Malachite

📋 copy color: '#04CF70'

red 4 ◦ green 207 ◦ blue 112

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

Shades of Malachite #04CF70

Tints of Malachite #04CF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 64.09%

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 1.24%
G = 64.09%
B = 34.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#04CF70 (or 0x04CF70) is known color: Malachite. HEX triplet: 04, CF and 70. RGB value is (4,207,112). Sum of RGB (Red+Green+Blue) = 4+207+112=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CF70 is #FB308F. Grayscale: #878787. Windows color (decimal): -16461968 or 7393028. OLE color: 7393028.

HSL color Cylindrical-coordinate representation of color #04CF70: hue angle of 151.92º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CF70 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 207 112 -
CMYK 0.98 0 0.46 0.19
HSL 151.92º 0.96% 0.41% -
HSV(B) 151.92º 0.98% 0.81% -
XYZ 25.29 45.82 22.84 -
YUV 135.47 114.75 34.22 -
System Red Green Blue C M Y K H S L
Decimal 4 207 112 0.98 0 0.46 0.19 151.92 0.96 0.41
Hex 4 CF 70 62 0 2E 13 98 60 29
Octal 4 317 160 142 0 56 23 230 140 51
Binary 100 11001111 1110000 1100010 0 101110 10011 10011000 1100000 101001

Color Harmonies of #04CF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CF70

Black with #04CF70

Text Example


Text Example

White with #04CF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,207,112); }

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

background-color css

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

 a { background-color: rgb(4,207,112); }

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

border-color css

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

 span { border-color: rgb(4,207,112); }

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