Html Css Color HEX #04BA74 Jade

📋 copy color: '#04BA74'

red 4 ◦ green 186 ◦ blue 116

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

Shades of Jade #04BA74

Tints of Jade #04BA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 1.31%
G = 60.78%
B = 37.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#04BA74 (or 0x04BA74) is known color: Jade. HEX triplet: 04, BA and 74. RGB value is (4,186,116). Sum of RGB (Red+Green+Blue) = 4+186+116=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA74 is #FB458B. Grayscale: #7B7B7B. Windows color (decimal): -16467340 or 7649796. OLE color: 7649796.

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

Color convert

RGB 4 186 116 -
CMYK 0.98 0 0.38 0.27
HSL 156.92º 0.96% 0.37% -
HSV(B) 156.92º 0.98% 0.73% -
XYZ 20.76 36.4 22.46 -
YUV 123.6 123.7 42.69 -
System Red Green Blue C M Y K H S L
Decimal 4 186 116 0.98 0 0.38 0.27 156.92 0.96 0.37
Hex 4 BA 74 62 0 26 1B 9D 60 25
Octal 4 272 164 142 0 46 33 235 140 45
Binary 100 10111010 1110100 1100010 0 100110 11011 10011101 1100000 100101

Color Harmonies of #04BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA74

Black with #04BA74

Text Example


Text Example

White with #04BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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