#04B862

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

Shades of Jade #04B862

Tints of Jade #04B862

Color information

#04B862 (or 0x04B862) is unknown color: approx Jade. HEX triplet: 04, B8 and 62. RGB value is (4,184,98). Sum of RGB (Red+Green+Blue) = 4+184+98=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 184 (72.27% from 255 or 64.34% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 184 - color contains mainly: green. Hex color #04B862 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B862 is #FB479D. Grayscale: #787878. Windows color (decimal): -16467870 or 6469636. OLE color: 6469636.

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

Color convert

RGB418498-
CMYK0.9800.470.28
HSL151.33º95.74%36.86%-
HSV(B)151.33º97.83%72.16%-
XYZ19.435.1917.33-
YUV120.38115.3744.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 184 (72.27% from 255) = 64.34%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=1.40%
G=64.34%
B=34.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4184980.9800.470.28151.3395.7436.86
Hex4B8626202F1C976025
Octal42701421420573422714045
Binary1001011100011000101100010010111111100100101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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