Html Css Color HEX #04BD32 Dark Pastel Green

📋 copy color: '#04BD32'

red 4 ◦ green 189 ◦ blue 50

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

Shades of Dark Pastel Green #04BD32

Tints of Dark Pastel Green #04BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 77.78%

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

R = 1.65%
G = 77.78%
B = 20.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#04BD32 (or 0x04BD32) is known color: Dark Pastel Green. HEX triplet: 04, BD and 32. RGB value is (4,189,50). Sum of RGB (Red+Green+Blue) = 4+189+50=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD32 is #FB42CD. Grayscale: #767676. Windows color (decimal): -16466638 or 3325188. OLE color: 3325188.

HSL color Cylindrical-coordinate representation of color #04BD32: hue angle of 134.92º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BD32 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 189 50 -
CMYK 0.98 0 0.74 0.26
HSL 134.92º 0.96% 0.38% -
HSV(B) 134.92º 0.98% 0.74% -
XYZ 18.82 36.65 9.1 -
YUV 117.84 89.71 46.8 -
System Red Green Blue C M Y K H S L
Decimal 4 189 50 0.98 0 0.74 0.26 134.92 0.96 0.38
Hex 4 BD 32 62 0 4A 1A 87 60 26
Octal 4 275 62 142 0 112 32 207 140 46
Binary 100 10111101 110010 1100010 0 1001010 11010 10000111 1100000 100110

Color Harmonies of #04BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD32

Black with #04BD32

Text Example


Text Example

White with #04BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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