#04BC45

Color #04BC45 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #04BC45

Tints of Dark Pastel Green #04BC45

Color information

#04BC45 (or 0x04BC45) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BC and 45. RGB value is (4,188,69). Sum of RGB (Red+Green+Blue) = 4+188+69=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC45 is #FB43BA. Grayscale: #777777. Windows color (decimal): -16466875 or 4570116. OLE color: 4570116.

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

Color convert

RGB418869-
CMYK0.9800.630.26
HSL141.2º95.83%37.65%-
HSV(B)141.2º97.87%73.73%-
XYZ19.1136.4211.65-
YUV119.4299.5445.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.53%
GREEN value IS 188 (73.83% from 255) = 72.03%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=1.53%
G=72.03%
B=26.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4188690.9800.630.26141.295.8337.65
Hex4BC456203F1A8d6026
Octal42741051420773221514046
Binary1001011110010001011100010011111111010100011011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04BC45;
 }
 .AnyTagClassName
 {
   color: #04BC45;
 }
</style>
background-color css

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

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

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

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

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

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