Html Css Color HEX #04BE7D Mountain Meadow

📋 copy color: '#04BE7D'

red 4 ◦ green 190 ◦ blue 125

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

Shades of Mountain Meadow #04BE7D

Tints of Mountain Meadow #04BE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.56%

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 1.25%
G = 59.56%
B = 39.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#04BE7D (or 0x04BE7D) is known color: Mountain Meadow. HEX triplet: 04, BE and 7D. RGB value is (4,190,125). Sum of RGB (Red+Green+Blue) = 4+190+125=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 190 (74.61% from 255 or 59.56% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BE7D is #FB4182. Grayscale: #7F7F7F. Windows color (decimal): -16466307 or 8240644. OLE color: 8240644.

HSL color Cylindrical-coordinate representation of color #04BE7D: hue angle of 159.03º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BE7D is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 190 125 -
CMYK 0.98 0 0.34 0.25
HSL 159.03º 0.96% 0.38% -
HSV(B) 159.03º 0.98% 0.75% -
XYZ 22.17 38.33 25.63 -
YUV 126.98 126.88 40.29 -
System Red Green Blue C M Y K H S L
Decimal 4 190 125 0.98 0 0.34 0.25 159.03 0.96 0.38
Hex 4 BE 7D 62 0 22 19 9F 60 26
Octal 4 276 175 142 0 42 31 237 140 46
Binary 100 10111110 1111101 1100010 0 100010 11001 10011111 1100000 100110

Color Harmonies of #04BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BE7D

Black with #04BE7D

Text Example


Text Example

White with #04BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,190,125); }

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

background-color css

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

 a { background-color: rgb(4,190,125); }

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

border-color css

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

 span { border-color: rgb(4,190,125); }

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