Html Css Color HEX #04B521 Dark Pastel Green

📋 copy color: '#04B521'

red 4 ◦ green 181 ◦ blue 33

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

Shades of Dark Pastel Green #04B521

Tints of Dark Pastel Green #04B521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 1.83%
G = 83.03%
B = 15.14%

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

#04B521 (or 0x04B521) is known color: Dark Pastel Green. HEX triplet: 04, B5 and 21. RGB value is (4,181,33). Sum of RGB (Red+Green+Blue) = 4+181+33=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 181 (71.09% from 255 or 83.03% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 181 - color contains mainly: green. Hex color #04B521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B521 is #FB4ADE. Grayscale: #6F6F6F. Windows color (decimal): -16468703 or 2209028. OLE color: 2209028.

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

Color convert

RGB 4 181 33 -
CMYK 0.98 0 0.82 0.29
HSL 129.83º 0.96% 0.36% -
HSV(B) 129.83º 0.98% 0.71% -
XYZ 16.85 33.18 6.96 -
YUV 111.21 83.86 51.53 -
System Red Green Blue C M Y K H S L
Decimal 4 181 33 0.98 0 0.82 0.29 129.83 0.96 0.36
Hex 4 B5 21 62 0 52 1D 82 60 24
Octal 4 265 41 142 0 122 35 202 140 44
Binary 100 10110101 100001 1100010 0 1010010 11101 10000010 1100000 100100

Color Harmonies of #04B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B521

Black with #04B521

Text Example


Text Example

White with #04B521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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