Html Css Color HEX #04CD4A Malachite

📋 copy color: '#04CD4A'

red 4 ◦ green 205 ◦ blue 74

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

Shades of Malachite #04CD4A

Tints of Malachite #04CD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 1.41%
G = 72.44%
B = 26.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#04CD4A (or 0x04CD4A) is known color: Malachite. HEX triplet: 04, CD and 4A. RGB value is (4,205,74). Sum of RGB (Red+Green+Blue) = 4+205+74=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 205 (80.47% from 255 or 72.44% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 205 - color contains mainly: green. Hex color #04CD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CD4A is #FB32B5. Grayscale: #828282. Windows color (decimal): -16462518 or 4902148. OLE color: 4902148.

HSL color Cylindrical-coordinate representation of color #04CD4A: hue angle of 140.9º 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 #04CD4A is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 205 74 -
CMYK 0.98 0 0.64 0.20
HSL 140.9º 0.96% 0.41% -
HSV(B) 140.9º 0.98% 0.8% -
XYZ 23.12 44.18 13.79 -
YUV 129.97 96.41 38.15 -
System Red Green Blue C M Y K H S L
Decimal 4 205 74 0.98 0 0.64 0.20 140.9 0.96 0.41
Hex 4 CD 4A 62 0 40 14 8D 60 29
Octal 4 315 112 142 0 100 24 215 140 51
Binary 100 11001101 1001010 1100010 0 1000000 10100 10001101 1100000 101001

Color Harmonies of #04CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CD4A

Black with #04CD4A

Text Example


Text Example

White with #04CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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