Html Css Color HEX #04B520 Dark Pastel Green

📋 copy color: '#04B520'

red 4 ◦ green 181 ◦ blue 32

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

Shades of Dark Pastel Green #04B520

Tints of Dark Pastel Green #04B520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 83.41%

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

R = 1.84%
G = 83.41%
B = 14.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#04B520 (or 0x04B520) is known color: Dark Pastel Green. HEX triplet: 04, B5 and 20. RGB value is (4,181,32). Sum of RGB (Red+Green+Blue) = 4+181+32=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 181 (71.09% from 255 or 83.41% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 181 - color contains mainly: green. Hex color #04B520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B520 is #FB4ADF. Grayscale: #6F6F6F. Windows color (decimal): -16468704 or 2143492. OLE color: 2143492.

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

Color convert

RGB 4 181 32 -
CMYK 0.98 0 0.82 0.29
HSL 129.49º 0.96% 0.36% -
HSV(B) 129.49º 0.98% 0.71% -
XYZ 16.83 33.18 6.88 -
YUV 111.09 83.36 51.62 -
System Red Green Blue C M Y K H S L
Decimal 4 181 32 0.98 0 0.82 0.29 129.49 0.96 0.36
Hex 4 B5 20 62 0 52 1D 81 60 24
Octal 4 265 40 142 0 122 35 201 140 44
Binary 100 10110101 100000 1100010 0 1010010 11101 10000001 1100000 100100

Color Harmonies of #04B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B520

Black with #04B520

Text Example


Text Example

White with #04B520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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