Html Css Color HEX #04BF7E Mountain Meadow

📋 copy color: '#04BF7E'

red 4 ◦ green 191 ◦ blue 126

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

Shades of Mountain Meadow #04BF7E

Tints of Mountain Meadow #04BF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 59.5%

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 1.25%
G = 59.5%
B = 39.25%

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

#04BF7E (or 0x04BF7E) is known color: Mountain Meadow. HEX triplet: 04, BF and 7E. RGB value is (4,191,126). Sum of RGB (Red+Green+Blue) = 4+191+126=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BF7E is #FB4081. Grayscale: #7F7F7F. Windows color (decimal): -16466050 or 8306436. OLE color: 8306436.

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

Color convert

RGB 4 191 126 -
CMYK 0.98 0 0.34 0.25
HSL 159.14º 0.96% 0.38% -
HSV(B) 159.14º 0.98% 0.75% -
XYZ 22.45 38.79 26.04 -
YUV 127.68 127.05 39.79 -
System Red Green Blue C M Y K H S L
Decimal 4 191 126 0.98 0 0.34 0.25 159.14 0.96 0.38
Hex 4 BF 7E 62 0 22 19 9F 60 26
Octal 4 277 176 142 0 42 31 237 140 46
Binary 100 10111111 1111110 1100010 0 100010 11001 10011111 1100000 100110

Color Harmonies of #04BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BF7E

Black with #04BF7E

Text Example


Text Example

White with #04BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,191,126); }

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

background-color css

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

 a { background-color: rgb(4,191,126); }

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

border-color css

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

 span { border-color: rgb(4,191,126); }

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