Html Css Color HEX #04D532 Dark Pastel Green

📋 copy color: '#04D532'

red 4 ◦ green 213 ◦ blue 50

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

Shades of Dark Pastel Green #04D532

Tints of Dark Pastel Green #04D532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 79.78%

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 1.5%
G = 79.78%
B = 18.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#04D532 (or 0x04D532) is known color: Dark Pastel Green. HEX triplet: 04, D5 and 32. RGB value is (4,213,50). Sum of RGB (Red+Green+Blue) = 4+213+50=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 213 (83.59% from 255 or 79.78% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 213 - color contains mainly: green. Hex color #04D532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D532 is #FB2ACD. Grayscale: #848484. Windows color (decimal): -16460494 or 3331332. OLE color: 3331332.

HSL color Cylindrical-coordinate representation of color #04D532: hue angle of 133.21º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D532 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 213 50 -
CMYK 0.98 0 0.77 0.16
HSL 133.21º 0.96% 0.43% -
HSV(B) 133.21º 0.98% 0.84% -
XYZ 24.42 47.84 10.97 -
YUV 131.93 81.76 36.75 -
System Red Green Blue C M Y K H S L
Decimal 4 213 50 0.98 0 0.77 0.16 133.21 0.96 0.43
Hex 4 D5 32 62 0 4D 10 85 60 2B
Octal 4 325 62 142 0 115 20 205 140 53
Binary 100 11010101 110010 1100010 0 1001101 10000 10000101 1100000 101011

Color Harmonies of #04D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D532

Black with #04D532

Text Example


Text Example

White with #04D532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,213,50); }

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

background-color css

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

 a { background-color: rgb(4,213,50); }

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

border-color css

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

 span { border-color: rgb(4,213,50); }

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