Html Css Color HEX #04CD68 Malachite

📋 copy color: '#04CD68'

red 4 ◦ green 205 ◦ blue 104

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

Shades of Malachite #04CD68

Tints of Malachite #04CD68

RGB

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

 GREEN value IS 205 (80.47% from 255) = 65.5%

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

R = 1.28%
G = 65.5%
B = 33.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#04CD68 (or 0x04CD68) is known color: Malachite. HEX triplet: 04, CD and 68. RGB value is (4,205,104). Sum of RGB (Red+Green+Blue) = 4+205+104=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 205 (80.47% from 255 or 65.50% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 205 - color contains mainly: green. Hex color #04CD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CD68 is #FB3297. Grayscale: #858585. Windows color (decimal): -16462488 or 6868228. OLE color: 6868228.

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

Color convert

RGB 4 205 104 -
CMYK 0.98 0 0.49 0.20
HSL 149.85º 0.96% 0.41% -
HSV(B) 149.85º 0.98% 0.8% -
XYZ 24.38 44.69 20.44 -
YUV 133.39 111.41 35.71 -
System Red Green Blue C M Y K H S L
Decimal 4 205 104 0.98 0 0.49 0.20 149.85 0.96 0.41
Hex 4 CD 68 62 0 31 14 96 60 29
Octal 4 315 150 142 0 61 24 226 140 51
Binary 100 11001101 1101000 1100010 0 110001 10100 10010110 1100000 101001

Color Harmonies of #04CD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CD68

Black with #04CD68

Text Example


Text Example

White with #04CD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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