Html Css Color HEX #04D120 Dark Pastel Green

📋 copy color: '#04D120'

red 4 ◦ green 209 ◦ blue 32

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

Shades of Dark Pastel Green #04D120

Tints of Dark Pastel Green #04D120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 85.31%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 1.63%
G = 85.31%
B = 13.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#04D120 (or 0x04D120) is known color: Dark Pastel Green. HEX triplet: 04, D1 and 20. RGB value is (4,209,32). Sum of RGB (Red+Green+Blue) = 4+209+32=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 209 (82.03% from 255 or 85.31% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 209 - color contains mainly: green. Hex color #04D120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D120 is #FB2EDF. Grayscale: #808080. Windows color (decimal): -16461536 or 2150660. OLE color: 2150660.

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

Color convert

RGB 4 209 32 -
CMYK 0.98 0 0.85 0.18
HSL 128.2º 0.96% 0.42% -
HSV(B) 128.2º 0.98% 0.82% -
XYZ 23.11 45.73 8.98 -
YUV 127.53 74.08 39.89 -
System Red Green Blue C M Y K H S L
Decimal 4 209 32 0.98 0 0.85 0.18 128.2 0.96 0.42
Hex 4 D1 20 62 0 55 12 80 60 2A
Octal 4 321 40 142 0 125 22 200 140 52
Binary 100 11010001 100000 1100010 0 1010101 10010 10000000 1100000 101010

Color Harmonies of #04D120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D120

Black with #04D120

Text Example


Text Example

White with #04D120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,209,32); }

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

background-color css

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

 a { background-color: rgb(4,209,32); }

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

border-color css

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

 span { border-color: rgb(4,209,32); }

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