Html Css Color HEX #04BA63 Jade

📋 copy color: '#04BA63'

red 4 ◦ green 186 ◦ blue 99

#04BA63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #04BA63

Tints of Jade #04BA63

RGB

 RED value IS 4 (1.95% from 255) = 1.38%

 GREEN value IS 186 (73.05% from 255) = 64.36%

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 1.38%
G = 64.36%
B = 34.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#04BA63 (or 0x04BA63) is known color: Jade. HEX triplet: 04, BA and 63. RGB value is (4,186,99). Sum of RGB (Red+Green+Blue) = 4+186+99=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA63 is #FB459C. Grayscale: #797979. Windows color (decimal): -16467357 or 6535684. OLE color: 6535684.

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

Color convert

RGB 4 186 99 -
CMYK 0.98 0 0.47 0.27
HSL 151.32º 0.96% 0.37% -
HSV(B) 151.32º 0.98% 0.73% -
XYZ 19.86 36.04 17.71 -
YUV 121.66 115.2 44.07 -
System Red Green Blue C M Y K H S L
Decimal 4 186 99 0.98 0 0.47 0.27 151.32 0.96 0.37
Hex 4 BA 63 62 0 2F 1B 97 60 25
Octal 4 272 143 142 0 57 33 227 140 45
Binary 100 10111010 1100011 1100010 0 101111 11011 10010111 1100000 100101

Color Harmonies of #04BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA63

Black with #04BA63

Text Example


Text Example

White with #04BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,99); }

 H1.HeaderClassName
 {
   color: #04BA63;
 }
 .AnyTagClassName
 {
   color: #04BA63;
 }
</style>

background-color css

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

 a { background-color: rgb(4,186,99); }

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

border-color css

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

 span { border-color: rgb(4,186,99); }

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