#04B25E

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

Shades of Jade #04B25E

Tints of Jade #04B25E

Color information

#04B25E (or 0x04B25E) is unknown color: approx Jade. HEX triplet: 04, B2 and 5E. RGB value is (4,178,94). Sum of RGB (Red+Green+Blue) = 4+178+94=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 178 (69.92% from 255 or 64.49% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 178 - color contains mainly: green. Hex color #04B25E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B25E is #FB4DA1. Grayscale: #747474. Windows color (decimal): -16469410 or 6205956. OLE color: 6205956.

HSL color Cylindrical-coordinate representation of color #04B25E: hue angle of 151.03º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B25E is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB417894-
CMYK0.9800.470.30
HSL151.03º95.6%35.69%-
HSV(B)151.03º97.75%69.8%-
XYZ17.9932.6715.95-
YUV116.4115.3547.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 178 (69.92% from 255) = 64.49%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=1.45%
G=64.49%
B=34.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4178940.9800.470.30151.0395.635.69
Hex4B25E6202F1E976024
Octal42621361420573622714044
Binary1001011001010111101100010010111111110100101111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,178,94); }

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

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

 a { background-color: rgb(4,178,94); }

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

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

 span { border-color: rgb(4,178,94); }

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