#04B77C

Color #04B77C Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #04B77C

Tints of Jade #04B77C

Color information

#04B77C (or 0x04B77C) is unknown color: approx Jade. HEX triplet: 04, B7 and 7C. RGB value is (4,183,124). Sum of RGB (Red+Green+Blue) = 4+183+124=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #04B77C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B77C is #FB4883. Grayscale: #7A7A7A. Windows color (decimal): -16468100 or 8173316. OLE color: 8173316.

HSL color Cylindrical-coordinate representation of color #04B77C: hue angle of 160.22º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B77C is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB4183124-
CMYK0.9800.320.28
HSL160.22º95.72%36.67%-
HSV(B)160.22º97.81%71.76%-
XYZ20.6235.3524.8-
YUV122.75128.743.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 183 (71.88% from 255) = 58.84%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=1.29%
G=58.84%
B=39.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41831240.9800.320.28160.2295.7236.67
Hex4B77C620201Ca06025
Octal42671741420403424014045
Binary1001011011111111001100010010000011100101000001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,183,124); }

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

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

 a { background-color: rgb(4,183,124); }

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

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

 span { border-color: rgb(4,183,124); }

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