Html Css Color HEX #00BE7F Mountain Meadow

📋 copy color: '#00BE7F'

red 0 ◦ green 190 ◦ blue 127

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

Shades of Mountain Meadow #00BE7F

Tints of Mountain Meadow #00BE7F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 59.94%
B = 40.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#00BE7F (or 0x00BE7F) is known color: Mountain Meadow. HEX triplet: 00, BE and 7F. RGB value is (0,190,127). Sum of RGB (Red+Green+Blue) = 0+190+127=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BE7F is #FF4180. Grayscale: #7E7E7E. Windows color (decimal): -16728449 or 8371712. OLE color: 8371712.

HSL color Cylindrical-coordinate representation of color #00BE7F: hue angle of 160.11º 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 #00BE7F is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 190 127 -
CMYK 1 0 0.33 0.25
HSL 160.11º 1% 0.37% -
HSV(B) 160.11º 1% 0.75% -
XYZ 22.24 38.36 26.31 -
YUV 126.01 128.55 38.12 -
System Red Green Blue C M Y K H S L
Decimal 0 190 127 1 0 0.33 0.25 160.11 1 0.37
Hex 0 BE 7F 64 0 21 19 A0 64 25
Octal 0 276 177 144 0 41 31 240 144 45
Binary 0 10111110 1111111 1100100 0 100001 11001 10100000 1100100 100101

Color Harmonies of #00BE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BE7F

Black with #00BE7F

Text Example


Text Example

White with #00BE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,190,127); }

 H1.HeaderClassName
 {
   color: #00BE7F;
 }
 .AnyTagClassName
 {
   color: #00BE7F;
 }
</style>

background-color css

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

 a { background-color: rgb(0,190,127); }

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

border-color css

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

 span { border-color: rgb(0,190,127); }

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