Html Css Color HEX #04BA79 Jade

📋 copy color: '#04BA79'

red 4 ◦ green 186 ◦ blue 121

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

Shades of Jade #04BA79

Tints of Jade #04BA79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.91%

R = 1.29%
G = 59.81%
B = 38.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#04BA79 (or 0x04BA79) is known color: Jade. HEX triplet: 04, BA and 79. RGB value is (4,186,121). Sum of RGB (Red+Green+Blue) = 4+186+121=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA79 is #FB4586. Grayscale: #7C7C7C. Windows color (decimal): -16467335 or 7977476. OLE color: 7977476.

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

Color convert

RGB 4 186 121 -
CMYK 0.98 0 0.35 0.27
HSL 158.57º 0.96% 0.37% -
HSV(B) 158.57º 0.98% 0.73% -
XYZ 21.06 36.52 24.03 -
YUV 124.17 126.2 42.29 -
System Red Green Blue C M Y K H S L
Decimal 4 186 121 0.98 0 0.35 0.27 158.57 0.96 0.37
Hex 4 BA 79 62 0 23 1B 9F 60 25
Octal 4 272 171 142 0 43 33 237 140 45
Binary 100 10111010 1111001 1100010 0 100011 11011 10011111 1100000 100101

Color Harmonies of #04BA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA79

Black with #04BA79

Text Example


Text Example

White with #04BA79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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