Html Css Color HEX #04BC74 Jade

📋 copy color: '#04BC74'

red 4 ◦ green 188 ◦ blue 116

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

Shades of Jade #04BC74

Tints of Jade #04BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.04%

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

R = 1.3%
G = 61.04%
B = 37.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#04BC74 (or 0x04BC74) is known color: Jade. HEX triplet: 04, BC and 74. RGB value is (4,188,116). Sum of RGB (Red+Green+Blue) = 4+188+116=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC74 is #FB438B. Grayscale: #7C7C7C. Windows color (decimal): -16466828 or 7650308. OLE color: 7650308.

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

Color convert

RGB 4 188 116 -
CMYK 0.98 0 0.38 0.26
HSL 156.52º 0.96% 0.38% -
HSV(B) 156.52º 0.98% 0.74% -
XYZ 21.19 37.25 22.6 -
YUV 124.78 123.04 41.85 -
System Red Green Blue C M Y K H S L
Decimal 4 188 116 0.98 0 0.38 0.26 156.52 0.96 0.38
Hex 4 BC 74 62 0 26 1A 9D 60 26
Octal 4 274 164 142 0 46 32 235 140 46
Binary 100 10111100 1110100 1100010 0 100110 11010 10011101 1100000 100110

Color Harmonies of #04BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC74

Black with #04BC74

Text Example


Text Example

White with #04BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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