#04BD5F

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

Shades of Jade #04BD5F

Tints of Jade #04BD5F

Color information

#04BD5F (or 0x04BD5F) is unknown color: approx Jade. HEX triplet: 04, BD and 5F. RGB value is (4,189,95). Sum of RGB (Red+Green+Blue) = 4+189+95=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 189 (74.22% from 255 or 65.62% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD5F is #FB42A0. Grayscale: #7B7B7B. Windows color (decimal): -16466593 or 6274308. OLE color: 6274308.

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

Color convert

RGB418995-
CMYK0.9800.500.26
HSL149.51º95.85%37.84%-
HSV(B)149.51º97.88%74.12%-
XYZ20.3137.2516.95-
YUV122.97112.2143.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 189 (74.22% from 255) = 65.62%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=1.39%
G=65.62%
B=32.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4189950.9800.500.26149.5195.8537.84
Hex4BD5F620321A966026
Octal42751371420623222614046
Binary1001011110110111111100010011001011010100101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,189,95); }

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

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

 a { background-color: rgb(4,189,95); }

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

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

 span { border-color: rgb(4,189,95); }

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