Html Css Color HEX #04BA81 Mountain Meadow

📋 copy color: '#04BA81'

red 4 ◦ green 186 ◦ blue 129

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

Shades of Mountain Meadow #04BA81

Tints of Mountain Meadow #04BA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 1.25%
G = 58.31%
B = 40.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#04BA81 (or 0x04BA81) is known color: Mountain Meadow. HEX triplet: 04, BA and 81. RGB value is (4,186,129). Sum of RGB (Red+Green+Blue) = 4+186+129=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BA81 is #FB457E. Grayscale: #7D7D7D. Windows color (decimal): -16467327 or 8501764. OLE color: 8501764.

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

Color convert

RGB 4 186 129 -
CMYK 0.98 0 0.31 0.27
HSL 161.21º 0.96% 0.37% -
HSV(B) 161.21º 0.98% 0.73% -
XYZ 21.57 36.73 26.72 -
YUV 125.08 130.2 41.63 -
System Red Green Blue C M Y K H S L
Decimal 4 186 129 0.98 0 0.31 0.27 161.21 0.96 0.37
Hex 4 BA 81 62 0 1F 1B A1 60 25
Octal 4 272 201 142 0 37 33 241 140 45
Binary 100 10111010 10000001 1100010 0 11111 11011 10100001 1100000 100101

Color Harmonies of #04BA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA81

Black with #04BA81

Text Example


Text Example

White with #04BA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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