Html Css Color HEX #04EA68 Malachite

📋 copy color: '#04EA68'

red 4 ◦ green 234 ◦ blue 104

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

Shades of Malachite #04EA68

Tints of Malachite #04EA68

RGB

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

 GREEN value IS 234 (91.8% from 255) = 68.42%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 1.17%
G = 68.42%
B = 30.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#04EA68 (or 0x04EA68) is known color: Malachite. HEX triplet: 04, EA and 68. RGB value is (4,234,104). Sum of RGB (Red+Green+Blue) = 4+234+104=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 234 (91.80% from 255 or 68.42% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 234 - color contains mainly: green. Hex color #04EA68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04EA68 is #FB1597. Grayscale: #969696. Windows color (decimal): -16455064 or 6875652. OLE color: 6875652.

HSL color Cylindrical-coordinate representation of color #04EA68: hue angle of 146.09º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EA68 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 234 104 -
CMYK 0.98 0 0.56 0.08
HSL 146.09º 0.97% 0.47% -
HSV(B) 146.09º 0.98% 0.92% -
XYZ 31.97 59.87 22.97 -
YUV 150.41 101.8 23.57 -
System Red Green Blue C M Y K H S L
Decimal 4 234 104 0.98 0 0.56 0.08 146.09 0.97 0.47
Hex 4 EA 68 62 0 38 8 92 61 2F
Octal 4 352 150 142 0 70 10 222 141 57
Binary 100 11101010 1101000 1100010 0 111000 1000 10010010 1100001 101111

Color Harmonies of #04EA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EA68

Black with #04EA68

Text Example


Text Example

White with #04EA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,234,104); }

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

background-color css

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

 a { background-color: rgb(4,234,104); }

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

border-color css

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

 span { border-color: rgb(4,234,104); }

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