Html Css Color HEX #04D069 Malachite

📋 copy color: '#04D069'

red 4 ◦ green 208 ◦ blue 105

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

Shades of Malachite #04D069

Tints of Malachite #04D069

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.62%

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 1.26%
G = 65.62%
B = 33.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#04D069 (or 0x04D069) is known color: Malachite. HEX triplet: 04, D0 and 69. RGB value is (4,208,105). Sum of RGB (Red+Green+Blue) = 4+208+105=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #04D069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D069 is #FB2F96. Grayscale: #878787. Windows color (decimal): -16461719 or 6934532. OLE color: 6934532.

HSL color Cylindrical-coordinate representation of color #04D069: hue angle of 149.71º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D069 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 208 105 -
CMYK 0.98 0 0.50 0.18
HSL 149.71º 0.96% 0.42% -
HSV(B) 149.71º 0.98% 0.82% -
XYZ 25.16 46.16 20.95 -
YUV 135.26 110.91 34.38 -
System Red Green Blue C M Y K H S L
Decimal 4 208 105 0.98 0 0.50 0.18 149.71 0.96 0.42
Hex 4 D0 69 62 0 32 12 96 60 2A
Octal 4 320 151 142 0 62 22 226 140 52
Binary 100 11010000 1101001 1100010 0 110010 10010 10010110 1100000 101010

Color Harmonies of #04D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D069

Black with #04D069

Text Example


Text Example

White with #04D069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,208,105); }

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

background-color css

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

 a { background-color: rgb(4,208,105); }

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

border-color css

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

 span { border-color: rgb(4,208,105); }

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