Html Css Color HEX #04B974 Jade

📋 copy color: '#04B974'

red 4 ◦ green 185 ◦ blue 116

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

Shades of Jade #04B974

Tints of Jade #04B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.66%

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

R = 1.31%
G = 60.66%
B = 38.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#04B974 (or 0x04B974) is known color: Jade. HEX triplet: 04, B9 and 74. RGB value is (4,185,116). Sum of RGB (Red+Green+Blue) = 4+185+116=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #04B974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B974 is #FB468B. Grayscale: #7B7B7B. Windows color (decimal): -16467596 or 7649540. OLE color: 7649540.

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

Color convert

RGB 4 185 116 -
CMYK 0.98 0 0.37 0.27
HSL 157.13º 0.96% 0.37% -
HSV(B) 157.13º 0.98% 0.73% -
XYZ 20.55 35.98 22.39 -
YUV 123.02 124.03 43.11 -
System Red Green Blue C M Y K H S L
Decimal 4 185 116 0.98 0 0.37 0.27 157.13 0.96 0.37
Hex 4 B9 74 62 0 25 1B 9D 60 25
Octal 4 271 164 142 0 45 33 235 140 45
Binary 100 10111001 1110100 1100010 0 100101 11011 10011101 1100000 100101

Color Harmonies of #04B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B974

Black with #04B974

Text Example


Text Example

White with #04B974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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