Html Css Color HEX #04BC7C Mountain Meadow

📋 copy color: '#04BC7C'

red 4 ◦ green 188 ◦ blue 124

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

Shades of Mountain Meadow #04BC7C

Tints of Mountain Meadow #04BC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 1.27%
G = 59.49%
B = 39.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#04BC7C (or 0x04BC7C) is known color: Mountain Meadow. HEX triplet: 04, BC and 7C. RGB value is (4,188,124). Sum of RGB (Red+Green+Blue) = 4+188+124=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC7C is #FB4383. Grayscale: #7D7D7D. Windows color (decimal): -16466820 or 8174596. OLE color: 8174596.

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

Color convert

RGB 4 188 124 -
CMYK 0.98 0 0.34 0.26
HSL 159.13º 0.96% 0.38% -
HSV(B) 159.13º 0.98% 0.74% -
XYZ 21.67 37.45 25.15 -
YUV 125.69 127.04 41.2 -
System Red Green Blue C M Y K H S L
Decimal 4 188 124 0.98 0 0.34 0.26 159.13 0.96 0.38
Hex 4 BC 7C 62 0 22 1A 9F 60 26
Octal 4 274 174 142 0 42 32 237 140 46
Binary 100 10111100 1111100 1100010 0 100010 11010 10011111 1100000 100110

Color Harmonies of #04BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC7C

Black with #04BC7C

Text Example


Text Example

White with #04BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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