#04BC3C

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

Shades of Dark Pastel Green #04BC3C

Tints of Dark Pastel Green #04BC3C

Color information

#04BC3C (or 0x04BC3C) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BC and 3C. RGB value is (4,188,60). Sum of RGB (Red+Green+Blue) = 4+188+60=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC3C is #FB43C3. Grayscale: #767676. Windows color (decimal): -16466884 or 3980292. OLE color: 3980292.

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

Color convert

RGB418860-
CMYK0.9800.680.26
HSL138.26º95.83%37.65%-
HSV(B)138.26º97.87%73.73%-
XYZ18.8536.3210.29-
YUV118.3995.0446.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 188 (73.83% from 255) = 74.60%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=1.59%
G=74.60%
B=23.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4188600.9800.680.26138.2695.8337.65
Hex4BC3C620441A8a6026
Octal42747414201043221214046
Binary1001011110011110011000100100010011010100010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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