Html Css Color HEX #04BC49 Dark Pastel Green

📋 copy color: '#04BC49'

red 4 ◦ green 188 ◦ blue 73

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

Shades of Dark Pastel Green #04BC49

Tints of Dark Pastel Green #04BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 70.94%

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 1.51%
G = 70.94%
B = 27.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#04BC49 (or 0x04BC49) is known color: Dark Pastel Green. HEX triplet: 04, BC and 49. RGB value is (4,188,73). Sum of RGB (Red+Green+Blue) = 4+188+73=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 188 (73.83% from 255 or 70.94% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC49 is #FB43B6. Grayscale: #787878. Windows color (decimal): -16466871 or 4832260. OLE color: 4832260.

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

Color convert

RGB 4 188 73 -
CMYK 0.98 0 0.61 0.26
HSL 142.5º 0.96% 0.38% -
HSV(B) 142.5º 0.98% 0.74% -
XYZ 19.24 36.47 12.33 -
YUV 119.87 101.54 45.35 -
System Red Green Blue C M Y K H S L
Decimal 4 188 73 0.98 0 0.61 0.26 142.5 0.96 0.38
Hex 4 BC 49 62 0 3D 1A 8E 60 26
Octal 4 274 111 142 0 75 32 216 140 46
Binary 100 10111100 1001001 1100010 0 111101 11010 10001110 1100000 100110

Color Harmonies of #04BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC49

Black with #04BC49

Text Example


Text Example

White with #04BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,188,73); }

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

background-color css

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

 a { background-color: rgb(4,188,73); }

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

border-color css

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

 span { border-color: rgb(4,188,73); }

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