Html Css Color HEX #04BC73 Jade

📋 copy color: '#04BC73'

red 4 ◦ green 188 ◦ blue 115

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

Shades of Jade #04BC73

Tints of Jade #04BC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 1.3%
G = 61.24%
B = 37.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#04BC73 (or 0x04BC73) is known color: Jade. HEX triplet: 04, BC and 73. RGB value is (4,188,115). Sum of RGB (Red+Green+Blue) = 4+188+115=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC73 is #FB438C. Grayscale: #7C7C7C. Windows color (decimal): -16466829 or 7584772. OLE color: 7584772.

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

Color convert

RGB 4 188 115 -
CMYK 0.98 0 0.39 0.26
HSL 156.2º 0.96% 0.38% -
HSV(B) 156.2º 0.98% 0.74% -
XYZ 21.13 37.23 22.29 -
YUV 124.66 122.54 41.94 -
System Red Green Blue C M Y K H S L
Decimal 4 188 115 0.98 0 0.39 0.26 156.2 0.96 0.38
Hex 4 BC 73 62 0 27 1A 9C 60 26
Octal 4 274 163 142 0 47 32 234 140 46
Binary 100 10111100 1110011 1100010 0 100111 11010 10011100 1100000 100110

Color Harmonies of #04BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC73

Black with #04BC73

Text Example


Text Example

White with #04BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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