#04B864

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

Shades of Jade #04B864

Tints of Jade #04B864

Color information

#04B864 (or 0x04B864) is unknown color: approx Jade. HEX triplet: 04, B8 and 64. RGB value is (4,184,100). Sum of RGB (Red+Green+Blue) = 4+184+100=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #04B864 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B864 is #FB479B. Grayscale: #787878. Windows color (decimal): -16467868 or 6600708. OLE color: 6600708.

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

Color convert

RGB4184100-
CMYK0.9800.460.28
HSL152º95.74%36.86%-
HSV(B)152º97.83%72.16%-
XYZ19.4935.2317.83-
YUV120.6116.3744.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 184 (72.27% from 255) = 63.89%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=1.39%
G=63.89%
B=34.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41841000.9800.460.2815295.7436.86
Hex4B8646202E1C986025
Octal42701441420563423014045
Binary1001011100011001001100010010111011100100110001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,184,100); }

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

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

 a { background-color: rgb(4,184,100); }

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

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

 span { border-color: rgb(4,184,100); }

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