Html Css Color HEX #04BA7F Mountain Meadow

📋 copy color: '#04BA7F'

red 4 ◦ green 186 ◦ blue 127

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

Shades of Mountain Meadow #04BA7F

Tints of Mountain Meadow #04BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 1.26%
G = 58.68%
B = 40.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#04BA7F (or 0x04BA7F) is known color: Mountain Meadow. HEX triplet: 04, BA and 7F. RGB value is (4,186,127). Sum of RGB (Red+Green+Blue) = 4+186+127=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA7F is #FB4580. Grayscale: #7C7C7C. Windows color (decimal): -16467329 or 8370692. OLE color: 8370692.

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

Color convert

RGB 4 186 127 -
CMYK 0.98 0 0.32 0.27
HSL 160.55º 0.96% 0.37% -
HSV(B) 160.55º 0.98% 0.73% -
XYZ 21.44 36.68 26.03 -
YUV 124.86 129.2 41.8 -
System Red Green Blue C M Y K H S L
Decimal 4 186 127 0.98 0 0.32 0.27 160.55 0.96 0.37
Hex 4 BA 7F 62 0 20 1B A1 60 25
Octal 4 272 177 142 0 40 33 241 140 45
Binary 100 10111010 1111111 1100010 0 100000 11011 10100001 1100000 100101

Color Harmonies of #04BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA7F

Black with #04BA7F

Text Example


Text Example

White with #04BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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