#04BE65

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

Shades of Jade #04BE65

Tints of Jade #04BE65

Color information

#04BE65 (or 0x04BE65) is unknown color: approx Jade. HEX triplet: 04, BE and 65. RGB value is (4,190,101). Sum of RGB (Red+Green+Blue) = 4+190+101=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BE65 is #FB419A. Grayscale: #7C7C7C. Windows color (decimal): -16466331 or 6667780. OLE color: 6667780.

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

Color convert

RGB4190101-
CMYK0.9800.470.25
HSL151.29º95.88%38.04%-
HSV(B)151.29º97.89%74.51%-
XYZ20.8137.7918.51-
YUV124.24114.8842.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.36%
GREEN value IS 190 (74.61% from 255) = 64.41%
BLUE value IS 101 (39.84% from 255) = 34.24%
R=1.36%
G=64.41%
B=34.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41901010.9800.470.25151.2995.8838.04
Hex4BE656202F19976026
Octal42761451420573122714046
Binary1001011111011001011100010010111111001100101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,190,101); }

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

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

 a { background-color: rgb(4,190,101); }

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

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

 span { border-color: rgb(4,190,101); }

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