#00BF7E

Color #00BF7E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #00BF7E

Tints of Mountain Meadow #00BF7E

Color information

#00BF7E (or 0x00BF7E) is unknown color: approx Mountain Meadow. HEX triplet: 00, BF and 7E. RGB value is (0,191,126). Sum of RGB (Red+Green+Blue) = 0+191+126=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BF7E is #FF4081. Grayscale: #7E7E7E. Windows color (decimal): -16728194 or 8306432. OLE color: 8306432.

HSL color Cylindrical-coordinate representation of color #00BF7E: hue angle of 159.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BF7E is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB0191126-
CMYK100.340.25
HSL159.58º100%37.45%-
HSV(B)159.58º100%74.9%-
XYZ22.438.7726.04-
YUV126.48127.7237.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 191 (75% from 255) = 60.25%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=0%
G=60.25%
B=39.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal0191126100.340.25159.5810037.45
Hex0BF7E6402219a06425
Octal02771761440423124014445
Binary01011111111111101100100010001011001101000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00BF7E;
 }
 .AnyTagClassName
 {
   color: #00BF7E;
 }
</style>
background-color css

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

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

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

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

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

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